We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f7d38 commit d240081Copy full SHA for d240081
Readme.md
@@ -65,10 +65,9 @@ if (program.sauce) console.log(' with sauce');
65
else console.log(' without sauce');
66
```
67
68
-To get string arguments from options you will need to use angle brackets <> for required inputs <br>
69
-or square brackets [] for optional inputs.
+To get string arguments from options you will need to use angle brackets <> for required inputs or square brackets [] for optional inputs.
70
71
-e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```<br>
+e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```
72
73
Then to access the input if it was passed in.
74
0 commit comments