Skip to content

Commit

Permalink
Merge pull request #924 from ForJing/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
abetomo committed Mar 2, 2019
2 parents 68545af + 77bb580 commit 4542306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else console.log(' without sauce');

To get string arguments from options you will need to use angle brackets <> for required inputs or square brackets [] for optional inputs.

e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```
e.g. ```.option('-m --myarg [myVar]', 'my super cool description')```

Then to access the input if it was passed in.

Expand Down

0 comments on commit 4542306

Please sign in to comment.