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 68545af commit 77bb580Copy full SHA for 77bb580
Readme.md
@@ -67,7 +67,7 @@ else console.log(' without sauce');
67
68
To get string arguments from options you will need to use angle brackets <> for required inputs or square brackets [] for optional inputs.
69
70
-e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```
+e.g. ```.option('-m --myarg [myVar]', 'my super cool description')```
71
72
Then to access the input if it was passed in.
73
0 commit comments