From 06d4f1fd8ab367b0bccde6d74fe4158b04e83585 Mon Sep 17 00:00:00 2001 From: pfych Date: Thu, 10 Jul 2025 07:05:30 +1000 Subject: [PATCH] Added README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d800d --- /dev/null +++ b/README.md @@ -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 Add a table to the pack + list-tables List tables cached + add-source + list-missing + compress
+```