nu: update page (#7485)

feature/windows-fix-syntax-2
Emily Grace Seville 2022-02-06 06:19:41 -08:00 committed by GitHub
parent 12e4093604
commit c0b1520402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -1,15 +1,16 @@
# 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 a command and then exit:
- Execute commands:
`nu --commands "{{command}}"`
`nu --commands "{{echo 'nu is executed'}}"`
- Execute a script:
@ -18,7 +19,3 @@
- Execute a script with logging:
`nu --loglevel {{error|warn|info|debug|trace}} {{path/to/script.nu}}`
- Print the Nushell version:
`nu --version`