var os.Args
7 uses
os (current package)
proc.go#L16: var Args []string
proc.go#L23: Args = runtime_args()
flag
flag.go#L588: fmt.Fprintf(CommandLine.Output(), "Usage of %s:\n", os.Args[0])
flag.go#L1022: CommandLine.Parse(os.Args[1:])
flag.go#L1033: var CommandLine = NewFlagSet(os.Args[0], ExitOnError)
src.elv.sh/cmd/elvish
main.go#L18: [3]*os.File{os.Stdin, os.Stdout, os.Stderr}, os.Args,
src.elv.sh/cmd/withweb/elvish
main.go#L17: [3]*os.File{os.Stdin, os.Stdout, os.Stderr}, os.Args,
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)