Skip to content

Commit

Permalink
Update Readme with additional config options
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Jun 20, 2016
1 parent 8098b73 commit d1b9a1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,11 @@ A config value to look up. Can be a dot separated key to look up nested values

#### Supported Confgurations

* color - The chalk color to use when outputting help text. default `green`

* color `<String>` - The chalk color to use when outputting help text. default `green`
* name `<String> - the name of the command that is used in generated help
* help `<String>` - a file path or module name to a custom help command. This will be passed to `require` and must export a single command instance
* `seeli.set('help', '/path/to/help/command')`

## Command( options `<object>` )

## Options
Expand Down

0 comments on commit d1b9a1e

Please sign in to comment.