Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
removed <br> not needed
  • Loading branch information
codyj110 authored and roman-vanesyan committed Nov 22, 2018
1 parent 03f7d38 commit d240081
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Expand Up @@ -65,10 +65,9 @@ if (program.sauce) console.log(' with sauce');
else console.log(' without sauce');
```

To get string arguments from options you will need to use angle brackets <> for required inputs <br>
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.

e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```<br>
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 d240081

Please sign in to comment.