@oclif/example-multi-ts
Version:
example multi-command CLI built with typescript
1 lines • 949 B
JSON
{"version":"1.10.7","commands":{"goodbye":{"id":"goodbye","description":"describe the command here","pluginName":"@oclif/example-multi-ts","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"hello":{"id":"hello","description":"describe the command here","pluginName":"@oclif/example-multi-ts","pluginType":"core","aliases":[],"examples":["$ example-multi-ts hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]}}}