Skip to content

vulcan-dev/teardown-api-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands

Help [Displays List of Commands]
List [Displays All Functions]
Search [Search for a Function (Alias: find)]
Doc [Display Documentation for Function]
Download [Download the API for Offline Use]

Screenshots

How it looks

Building

go build -ldflags "-s -w" -o ./build/api.exe ./

Updates

1.3.3

Ability to use the API without downloading
Added command 'download'
Improved Formatting
Online/Offline Status

1.3.2

Fixed GetXML() not getting the latest version
Removed console logging for the api file
Updated version
GetXML now deletes the old API xml

1.2.0

Improved Visuals

< 1.2

Initial Release & Bug Fixes