Skip to content

Commit

Permalink
Generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed May 18, 2020
1 parent 7b927a6 commit 6ea24ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -17574,6 +17574,14 @@ _oc_rsh()
two_word_flags+=("--container")
two_word_flags+=("-c")
local_nonpersistent_flags+=("--container=")
flags+=("--filename=")
two_word_flags+=("--filename")
flags_with_completion+=("--filename")
flags_completion+=("__oc_handle_filename_extension_flag json|yaml|yml")
two_word_flags+=("-f")
flags_with_completion+=("-f")
flags_completion+=("__oc_handle_filename_extension_flag json|yaml|yml")
local_nonpersistent_flags+=("--filename=")
flags+=("--no-tty")
flags+=("-T")
local_nonpersistent_flags+=("--no-tty")
Expand Down
8 changes: 8 additions & 0 deletions contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -17716,6 +17716,14 @@ _oc_rsh()
two_word_flags+=("--container")
two_word_flags+=("-c")
local_nonpersistent_flags+=("--container=")
flags+=("--filename=")
two_word_flags+=("--filename")
flags_with_completion+=("--filename")
flags_completion+=("__oc_handle_filename_extension_flag json|yaml|yml")
two_word_flags+=("-f")
flags_with_completion+=("-f")
flags_completion+=("__oc_handle_filename_extension_flag json|yaml|yml")
local_nonpersistent_flags+=("--filename=")
flags+=("--no-tty")
flags+=("-T")
local_nonpersistent_flags+=("--no-tty")
Expand Down

0 comments on commit 6ea24ac

Please sign in to comment.