mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 04:30:01 +02:00
Node.js 100: Update 100-process-argv.md (#2416)
* Update 100-process-argv.md * Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/103-command-line-args/100-process-argv.md * Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/103-command-line-args/100-process-argv.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c3d24990e9
commit
b8707f313a
@@ -1 +1,7 @@
|
||||
# Process argv
|
||||
# process.argv
|
||||
|
||||
`process.argv` is an array of parameters that are sent when you run a Node.js file or Node.js process.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nodejs.org/docs/latest/api/process.html'>Node.js Docs on process.argv</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/node-js-process-argv-property/'>Node.js process.argv Property</BadgeLink>
|
||||
|
Reference in New Issue
Block a user