Unofficial CLI for King of Time
Go to file
Adam Millerchip 92d108ee17 Add credits 2023-04-14 23:22:39 +09:00
bin npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00
src Remove hello command 2023-04-14 22:36:27 +09:00
test Remove hello command 2023-04-14 22:36:27 +09:00
.editorconfig npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00
.eslintignore npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00
.eslintrc npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00
.gitignore npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00
.mocharc.json npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00
README.md Add credits 2023-04-14 23:22:39 +09:00
package.json Fix repo URL and regenerate README 2023-04-14 23:08:34 +09:00
tsconfig.json npx oclif generate kingoftime-cli 2023-04-14 22:20:36 +09:00

README.md

King of Time CLI

Usage

TODO add instructions for setting tokens.

$ 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]

describe the command here

USAGE
  $ kot checkin [FILE] [-n <value>] [-f]

ARGUMENTS
  FILE  file to read

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ kot checkin

kot checkout [FILE]

describe the command here

USAGE
  $ kot checkout [FILE] [-n <value>] [-f]

ARGUMENTS
  FILE  file to read

FLAGS
  -f, --force
  -n, --name=<value>  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

Credits

Inspired by https://github.com/inabajunmr/kotrcli