.TH elvish 1 "2023-03-18" "elvish 0.19" .SH NAME elvish - Expressive Programming Language + Versatile Interactive Shell .SH SYNOPSIS .B elvish [flags] [script] [args] .SH FLAGS .TP -buildinfo Output information about the Elvish build and quit .TP -c Treat the first argument as code to execute .TP -compileonly Parse and compile Elvish code without executing it .TP -deprecation-level int Show warnings for all features deprecated as of version 0.X (default 19) .TP -help Show usage help and quit .TP -i A no-op flag, introduced for POSIX compatibility .TP -json Show the output from -buildinfo, -compileonly or -version in JSON .TP -log string Path to a file to write debug logs .TP -lsp Run the builtin language server .TP -norc Don't read the RC file when running interactively .TP -rc string Path to the RC file when running interactively .TP -version Output the Elvish version and quit .SH DESCRIPTION Elvish is an expressive programming language and a versatile interactive shell, combined into one seamless package. It runs on Linux, BSDs, macOS and Windows. .SH SEE ALSO .B https://elv.sh .P Use .B doc: module for documentations. .SH AUTHOR This manual page was written by Shengjing Zhu , for the Debian GNU/Linux system (but may be used by others).