King of Time CLI ================= * [Usage](#usage) * [Commands](#commands) # Usage TODO add instructions for setting tokens. ```sh-session $ npm install -g kingoftime-cli $ kot COMMAND running command... $ kot (--version) kingoftime-cli/0.0.0 darwin-x64 node-v18.15.0 $ kot --help [COMMAND] USAGE $ kot COMMAND ... ``` # Commands * [`kot checkin [FILE]`](#kot-checkin-file) * [`kot checkout [FILE]`](#kot-checkout-file) * [`kot help [COMMANDS]`](#kot-help-commands) ## `kot checkin [FILE]` describe the command here ``` USAGE $ kot checkin [FILE] [-n ] [-f] ARGUMENTS FILE file to read FLAGS -f, --force -n, --name= name to print DESCRIPTION describe the command here EXAMPLES $ kot checkin ``` ## `kot checkout [FILE]` describe the command here ``` USAGE $ kot checkout [FILE] [-n ] [-f] ARGUMENTS FILE file to read FLAGS -f, --force -n, --name= name to print DESCRIPTION describe the command here EXAMPLES $ kot checkout ``` ## `kot help [COMMANDS]` Display help for kot. ``` USAGE $ kot help [COMMANDS] [-n] ARGUMENTS COMMANDS Command to show help for. FLAGS -n, --nested-commands Include all nested commands in the output. DESCRIPTION Display help for kot. ``` _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_ ## Credits Inspired by https://github.com/inabajunmr/kotrcli