mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
add flattening and minifying options to config view
This commit is contained in:
@@ -530,9 +530,11 @@ _kubectl_config_view()
|
||||
flags_with_completion=()
|
||||
flags_completion=()
|
||||
|
||||
flags+=("--flatten")
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
flags+=("--merge")
|
||||
flags+=("--minify")
|
||||
flags+=("--no-headers")
|
||||
flags+=("--output=")
|
||||
two_word_flags+=("-o")
|
||||
|
Reference in New Issue
Block a user