Skip to content

Commit

Permalink
feat/cct-874: Autocompletion for option --servicelevel removed
Browse files Browse the repository at this point in the history
Autocompletion for option --servicelevel (sub-man register --servicelevel)
was removed.

CARD ID: CCT-874
  • Loading branch information
Martin Grunwald committed Nov 5, 2024
1 parent b568393 commit 7978f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc-conf/subscription-manager.completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ _subscription_manager_register()
{
local opts="--activationkey --baseurl --consumerid
--environments --force --name --org --password --release
--servicelevel --username --token
--username --token
${_subscription_manager_common_url_opts}
${_subscription_manager_common_opts}"
COMPREPLY=($(compgen -W "${opts}" -- ${1}))
Expand Down

0 comments on commit 7978f36

Please sign in to comment.