1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:35:23 +02:00

nu: refresh page (#8005)

This commit is contained in:
Emily Grace Seville 2022-04-15 13:44:09 +10:00 committed by GitHub
parent 0b6c476d27
commit 567b5a882a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
`nu`
- Execute commands:
- Execute specific commands:
`nu --commands "{{echo 'nu is executed'}}"`
- Execute a script:
- Execute a specific script:
`nu {{path/to/script.nu}}`
- Execute a script with logging:
- Execute a specific script with logging:
`nu --loglevel {{error|warn|info|debug|trace}} {{path/to/script.nu}}`