fluent-vue CLI to manage translation resources
$ npm install -g fluent-vue-cli
$ fluent-vue-cli COMMAND
running command...
$ fluent-vue-cli (-v|--version|version)
fluent-vue-cli/0.0.0 linux-x64 node-v16.8.0
$ fluent-vue-cli --help [COMMAND]
USAGE
$ fluent-vue-cli COMMAND
...
describe the command here
USAGE
$ fluent-vue-cli hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ fluent-vue-cli hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for fluent-vue-cli
USAGE
$ fluent-vue-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help