.TH elvish 1 "Aug 21, 2021" "elvish 0.16" .SH NAME elvish - Expressive Programming Language + Versatile Interactive Shell .SH SYNOPSIS .B elvish [flags] [script] .SH FLAGS .TP -buildinfo show build info and quit .TP -c take first argument as a command to execute .TP -compileonly Parse/Compile but do not execute .TP -cpuprofile string write cpu profile to file .TP -deprecation-level int show warnings for all features deprecated as of version 0.X (default 15) .TP -help show usage help and quit .TP -json show output in JSON. Useful with -buildinfo. .TP -log string a file to write debug log to except for the daemon .TP -norc run elvish without invoking rc.elv .TP -port int the port of the web backend (default 3171) .TP -rc string path to rc.elv .TP -version show version and quit .TP -web run backend of web interface .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 .SH AUTHOR This manual page was written by Shengjing Zhu , for the Debian GNU/Linux system (but may be used by others).