src.elv.sh/pkg/prog.Flags.Bin (field)

4 uses

	src.elv.sh/pkg/prog (current package)
		prog.go#L50: 	Bin, DB, Sock string
		prog.go#L78: 	fs.StringVar(&f.Bin, "bin", "", "path to the elvish binary")

	src.elv.sh/pkg/shell
		shell.go#L30: 		Paths{Bin: f.Bin, Sock: f.Sock, Db: f.DB})

	src.elv.sh/pkg/web
		web.go#L34: 	p := Web{BinPath: f.Bin, SockPath: f.Sock, DbPath: f.DB, Port: f.Port}