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

3 uses

	src.elv.sh/pkg/prog (current package)
		prog.go#L45: 	Port int
		prog.go#L74: 	fs.IntVar(&f.Port, "port", defaultWebPort, "the port of the web backend")

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