'A CLI for flashDev student'
$ npm install -g flashcli
$ flashcli COMMAND
running command...
$ flashcli (-v|--version|version)
flashcli/1.0.0 darwin-x64 node-v14.17.6
$ flashcli --help [COMMAND]
USAGE
$ flashcli COMMAND
...
describe the command here
USAGE
$ flashcli class [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/class.ts
display help for flashcli
USAGE
$ flashcli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Quick access to vue,quasar,firebase docs
USAGE
$ flashcli opendocs [DOC]
ARGUMENTS
DOC [default: all] Choose doc to open
See code: src/commands/opendocs.ts