Skip to content

Commit f907fe3

Browse files
committed
Update README
1 parent 53322fc commit f907fe3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ To enable interactive mode by default, you can define the interactive flags as
146146

147147
See [no-interactive.ts](examples/no-interactive.ts) for an example.
148148

149-
### Setting Default Values for Option Prompts Based on Other Options
149+
### Setting default values for option prompts based on other options
150150

151151
In some cases, it may be necessary for the default value of an option prompt to
152152
depend on the value of another option. For example, you might want the billing

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-commander",
3-
"version": "0.5.20",
3+
"version": "0.5.21",
44
"description": "Commander.js with integrated interactive prompts",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)