Source File
main.go
Belonging Package
src.elv.sh/cmd/elvish
// Elvish is a cross-platform shell, supporting Linux, BSDs and Windows. It// features an expressive programming language, with features like namespacing// and anonymous functions, and a fully programmable user interface with// friendly defaults. It is suitable for both interactive use and scripting.package mainimport ()func () {os.Exit(prog.Run([3]*os.File{os.Stdin, os.Stdout, os.Stderr}, os.Args,buildinfo.Program, daemon.Program, shell.Program))}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)