Skip to content

Commit

Permalink
Update locale/en/knowledge/command-line/how-to-parse-command-line-arg…
Browse files Browse the repository at this point in the history
…uments.md

Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
XhmikosR and Trott committed Oct 27, 2020
1 parent f8050e5 commit 77f05ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ console.log('myArgs: ', myArgs);
This yields:

```bash
$ node argv.js one two three four
$ node argv.js one two three four five
myArgs: [ 'one', 'two', 'three', 'four', 'five' ]
```

Expand Down

0 comments on commit 77f05ec

Please sign in to comment.