kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/util/editor/launcher_others.go

func (e Editor) args(path string) []string {}

// Launch opens the described or returns an error. The TTY will be protected, and
// SIGQUIT, SIGTERM, and SIGINT will all be trapped.
func (e Editor) Launch(path string) error {}