Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ You can configure the help by modifying data properties and methods using `.conf

Simple properties include `sortSubcommands`, `sortOptions`, and `showGlobalOptions`. You can add color using the style methods like `styleTitle()`.

For more detail and examples of changing the displayed text, color, and layout see (./docs/help-in-depth.md).
For more detail and examples of changing the displayed text, color, and layout see [Help in Depth](./docs/help-in-depth.md).

## Custom event listeners

Expand Down Expand Up @@ -1063,7 +1063,7 @@ customise the new subcommand (example file [custom-command-class.js](./examples/
You can enable `--harmony` option in two ways:

- Use `#! /usr/bin/env node --harmony` in the subcommands scripts. (Note Windows does not support this pattern.)
- Use the `--harmony` option when call the command, like `node --harmony examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand process.
- Use the `--harmony` option when calling the command, like `node --harmony examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand processes.

### Debugging stand-alone executable subcommands

Expand Down