Added README
This commit is contained in:
parent
28769020ef
commit
06d4f1fd8a
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# BMS Pack CLI
|
||||
|
||||
```
|
||||
Usage: bms-pack-cli [options] [command]
|
||||
|
||||
CLI to create BMS packs
|
||||
|
||||
Options:
|
||||
-V, --version output the version number
|
||||
-h, --help display help for command
|
||||
|
||||
Commands:
|
||||
help Show help
|
||||
add-table <url> Add a table to the pack
|
||||
list-tables List tables cached
|
||||
add-source <path>
|
||||
list-missing <table>
|
||||
compress <table> <level>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue