Help text generator for meow.
Features
- Generates clean and styled help text
- Simplifies the usage of meow
Install
$ npm install meow-help
Usage
const meowHelp = ;const meow = ;const foo = ; const flags = rainbow: type: "boolean" alias: "r" description: "Include a rainbow." const cli = ; ;
API
;
Returns a String
that can be passed as helpText
to meow.
Name | Type | Required | Description |
---|---|---|---|
flags | Object |
✅ | Flags object for meow, extended with descriptions. |
description | String |
❌ | Extra description text shown when --help is called. |
License
MIT © Maarten Brakkee