Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/ming-todocli
test oclif
https://github.com/mingderwang/ming-todocli
Last synced: 3 days ago
JSON representation
test oclif
- Host: GitHub
- URL: https://github.com/mingderwang/ming-todocli
- Owner: mingderwang
- License: mit
- Created: 2019-03-31T07:40:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:51:20.000Z (almost 2 years ago)
- Last Synced: 2023-04-17T12:51:59.372Z (over 1 year ago)
- Language: JavaScript
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
todocli
=======[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/todocli.svg)](https://npmjs.org/package/ming-todocli)
[![Downloads/week](https://img.shields.io/npm/dw/todocli.svg)](https://npmjs.org/package/ming-todocli)
[![License](https://img.shields.io/npm/l/todocli.svg)](https://github.com/mingderwang/ming-todocli/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g todocli
$ todocli COMMAND
running command...
$ todocli (-v|--version|version)
todocli/0.0.2 darwin-arm64 node-v16.15.0
$ todocli --help [COMMAND]
USAGE
$ todocli COMMAND
...
```# Commands
* [`todocli help [COMMAND]`](#todocli-help-command)
## `todocli help [COMMAND]`
Display help for todocli.
```
USAGE
$ todocli help [COMMAND]ARGUMENTS
COMMAND Command to show help for.OPTIONS
-n, --nested-commands Include all nested commands in the output.
```_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_