1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:35:27 +02:00

node: add print argument example (#2688)

This commit is contained in:
Axel Navarro 2019-01-11 00:35:23 +00:00 committed by Starbeamrainbowlabs
parent 1286509fe5
commit 9368ca7301

View file

@ -13,3 +13,7 @@
- Evaluate JavaScript by passing it in the command:
`node -e "{{code}}"`
- Evaluate and print result, useful to see node's dependencies versions:
`node -p "{{process.versions}}"`