@mosteast/cli_markdown_helper
v1.0.2
Published
Helper for markdown writer.
Downloads
5
Readme
@mosteast/cli_markdown_helper
Helper for markdown writer.
Usage
$ npm install -g @mosteast/cli_markdown_helper
$ cli_markdown_helper COMMAND
running command...
$ cli_markdown_helper (-v|--version|version)
@mosteast/cli_markdown_helper/1.0.2 darwin-x64 node-v12.14.0
$ cli_markdown_helper --help [COMMAND]
USAGE
$ cli_markdown_helper COMMAND
...
Commands
cli_markdown_helper add_space_around_code FILE
describe the command here
USAGE
$ cli_markdown_helper add_space_around_code FILE
OPTIONS
-h, --help show CLI help
See code: src/commands/add_space_around_code.ts
cli_markdown_helper help [COMMAND]
display help for cli_markdown_helper
USAGE
$ cli_markdown_helper help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help