mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:15:33 +02:00
nu: refresh page (#8005)
This commit is contained in:
parent
0b6c476d27
commit
567b5a882a
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
`nu`
|
`nu`
|
||||||
|
|
||||||
- Execute commands:
|
- Execute specific commands:
|
||||||
|
|
||||||
`nu --commands "{{echo 'nu is executed'}}"`
|
`nu --commands "{{echo 'nu is executed'}}"`
|
||||||
|
|
||||||
- Execute a script:
|
- Execute a specific script:
|
||||||
|
|
||||||
`nu {{path/to/script.nu}}`
|
`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}}`
|
`nu --loglevel {{error|warn|info|debug|trace}} {{path/to/script.nu}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue