kubernetes/minikube

kubectl: remove -- leading flag requirement

Open

#7,289 opened on Mar 27, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
cmd/kubectlhelp wantedkind/featurelifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 12d 19h) (43 merged PRs in 30d)

Description

It's not fun from a usability point of view.

NOTE: This may be challenging, and require intercepting "kubectl" as a subcommand before Cobra gets it's hands on it.

Contributor guide