Versions in this module Expand all Collapse all v0 v0.13.1 Jan 12, 2020 GO-2022-0937 GO-2022-0937: Elvish vulnerable to remote code execution via the web UI backend in github.com/elves/elvish v0.13.0 Jan 1, 2020 GO-2022-0937 GO-2022-0937: Elvish vulnerable to remote code execution via the web UI backend in github.com/elves/elvish Changes in this version + func Main(allArgs []string) int + type Daemon struct + func (d Daemon) Main(fds [3]*os.File, _ []string) int + type Program interface + Main func(fds [3]*os.File, args []string) int + func FindProgram(flag *flagSet) Program + type ShowBuildInfo struct + JSON bool + func (info ShowBuildInfo) Main(fds [3]*os.File, _ []string) int + type ShowCorrectUsage struct + func (s ShowCorrectUsage) Main(fds [3]*os.File, _ []string) int + type ShowHelp struct + func (s ShowHelp) Main(fds [3]*os.File, _ []string) int + type ShowVersion struct + func (ShowVersion) Main(fds [3]*os.File, _ []string) int