From d24008158d0870a6df2279dc93c7a36d3f41926d Mon Sep 17 00:00:00 2001 From: codyj110 Date: Thu, 6 Sep 2018 08:29:41 -0400 Subject: [PATCH] Update Readme.md removed
not needed --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 6d5864020..1f9490750 100644 --- a/Readme.md +++ b/Readme.md @@ -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
-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')```
+e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')``` Then to access the input if it was passed in.