Skip to content

Commit

Permalink
add shorthand alias for the --namespace flag
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Mar 29, 2024
1 parent 91c720c commit 2e0d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uffizzi/cli/uninstall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Cli::Uninstall < Thor
default_task :controller

desc 'controller [HOSTNAME]', 'Install uffizzi controller to cluster'
method_option :namespace, type: :string
method_option :namespace, type: :string, aliases: '-n'
method_option :context, type: :string
def controller
Uffizzi::AuthHelper.check_login
Expand Down

0 comments on commit 2e0d09a

Please sign in to comment.