Commit 3dec561

Karn Wong <[email protected]>
2024-10-26 15:34:51
docs: add cli options
1 parent 4cc9892
Changed files (1)
README.md
@@ -15,3 +15,30 @@ go build .
 # linux/amd64
 GOOS=linux GOARCH=amd64 go build .
 ```
+
+## Usage
+
+```bash
+❯ swissknife
+Various utils
+
+Usage:
+  swissknife [command]
+
+Available Commands:
+  completion         Generate the autocompletion script for the specified shell
+  generate           Generate stuff
+  get                Obtain information
+  help               Help about any command
+  shouldideploytoday Should I deploy today?
+  speedtest          Speedtest
+  stopwatch          Create a stopwatch
+  timer              Create a timer
+
+Flags:
+  -h, --help      help for swissknife
+  -t, --toggle    Help message for toggle
+  -v, --version   version for swissknife
+
+Use "swissknife [command] --help" for more information about a command.
+```