Added README

This commit is contained in:
pfych 2025-07-10 07:05:30 +10:00
parent 28769020ef
commit 06d4f1fd8a

19
README.md Normal file
View 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>
```