hyperweb-io / hyperweb-io/create-cosmos-app
Add a `-h`/`--help` flag for the command line
Open
- Dominant language
- TypeScript
- Stars
- 166
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Help flag generally shows inline documentation for the command line. This is a good way to understand the usage without opening a browser
This issue is about adding the flag.
```
$create-cosmos-app -h
Usage: create-cosmos-app [options]
Options:
-v, --version output the version number
--name name of the app
--template specify a template for the created project
....
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.