mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 08:58:31 +00:00
Update cheatsheets
This commit is contained in:
26
nu
Normal file
26
nu
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nu
|
||||
|
||||
> Nushell ("a new type of shell") takes a modern, structured approach to your command-line.
|
||||
> See also: `elvish`.
|
||||
> More information: <https://www.nushell.sh>.
|
||||
|
||||
- Start an interactive shell session:
|
||||
|
||||
`nu`
|
||||
|
||||
- Execute specific commands:
|
||||
|
||||
`nu --commands "{{echo 'nu is executed'}}"`
|
||||
|
||||
- Execute a specific script:
|
||||
|
||||
`nu {{path/to/script.nu}}`
|
||||
|
||||
- Execute a specific script with logging:
|
||||
|
||||
`nu --log-level {{error|warn|info|debug|trace}} {{path/to/script.nu}}`
|
||||
Reference in New Issue
Block a user