Skip to content

Commit 80239fc

Browse files
committed
Fix docs
1 parent 0a146b4 commit 80239fc

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ await program.interactive().parseAsync(process.argv);
138138
To enable interactive mode by default, you can define the interactive flags as
139139
[negatable boolean options][3] (e.g. `--no-interactive`):
140140

141-
````typescript
142-
negatable boolean options is set to true.
143-
144141
```typescript
145142
const program = new InteractiveCommand();
146143

@@ -158,7 +155,7 @@ await program
158155
// Try the following commands:
159156
// no-interactive hello
160157
// no-interactive hello -I
161-
````
158+
```
162159

163160
[1]: https://github.com/tj/commander.js
164161
[2]: https://github.com/SBoudrias/Inquirer.js

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.2.2",
3+
"version": "0.2.3",
44
"description": "Commander.js with integrated interactive prompts",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)