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

4 uses

	src.elv.sh/pkg/prog (current package)
		prog.go#L42: 	CodeInArg, CompileOnly, NoRc bool
		prog.go#L69: 	fs.BoolVar(&f.CodeInArg, "c", false, "take first argument as code to execute")

	src.elv.sh/pkg/shell
		shell.go#L38: 				Cmd:   f.CodeInArg, CompileOnly: f.CompileOnly, JSON: f.JSON})

	src.elv.sh/pkg/web
		web.go#L31: 	if f.CodeInArg {