the-argv

Extract and manipulate command-line arguments from scripts

npmmacoslinuxwindows
Try with needOr install directly
Source

About

The part of argv you want

Commands

argv

Examples

Display all command-line arguments passed to a script$ argv $@
Get the first argument passed to the script$ argv 1
Get arguments from index 2 onwards$ argv 2: