@cli107/clitest
v1.0.2
Published
oclif example Hello World CLI (ESM)
Downloads
4
Readme
clitest
Example clitest CLI
Usage
$ npm install -g @cli107/clitest
$ clitest COMMAND
running command...
$ clitest (--version)
@cli107/clitest/1.0.2 linux-x64 node-v18.19.0
$ clitest --help [COMMAND]
USAGE
$ clitest COMMAND
...
Commands
clitest hello PERSON
Say hello
USAGE
$ clitest hello PERSON -f <value>
ARGUMENTS
PERSON Person to say hello to
FLAGS
-f, --from=<value> (required) Who is saying hello
DESCRIPTION
Say hello
EXAMPLES
$ oex hello friend --from oclif
hello friend from oclif! (./src/commands/hello/index.ts)
See code: src/commands/hello/index.ts
clitest hello world
Say hello world
USAGE
$ clitest hello world
DESCRIPTION
Say hello world
EXAMPLES
$ clitest hello world
hello world! (./src/commands/hello/world.ts)
See code: src/commands/hello/world.ts
clitest help [COMMANDS]
Display help for clitest.
USAGE
$ clitest 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 clitest.
See code: @oclif/plugin-help