19 lines
424 B
Markdown
19 lines
424 B
Markdown
# 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>
|
|
```
|