|
Command-line arguments
are a common way to parameterize execution of programs.
For example, |
|
|
|
|
|
You can get individual args with normal indexing. |
|
|
|
|
|
Node.js does not have more advanced command-line processing, such as flags. |
Next example: Environment Variables.