elvish: refresh (#7989)

feature/refresh-nano-2
Emily Grace Seville 2022-04-25 07:07:47 +10:00 committed by GitHub
parent beff71015a
commit 36d481fa58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -1,20 +1,17 @@
# elvish
> Expressive programming language and a versatile interactive shell.
> See also: `nu`.
> More information: <https://elv.sh>.
- Start an interactive shell session:
`elvish`
- Execute a [c]ommand and then exit:
- Execute specific [c]ommands:
`elvish -c "{{command}}"`
`elvish -c "{{echo 'elvish is executed'}}"`
- Execute a script and then exit:
- Execute a specific script:
`elvish {{path/to/script.elv}}`
- Print the Elvish version and then exit:
`elvish -version`