lib/github_cli/cli.rb in github_cli-0.5.4 vs lib/github_cli/cli.rb in github_cli-0.5.5

- old
+ new

@@ -28,9 +28,11 @@ :desc => "Configuration file name.", :banner => "<filename>", :default => ".githubrc" class_option :token, :type => :string, :desc => 'Authentication token.', :banner => '<oauth token>' + class_option :login, :type => :string + class_option :password, :type => :string class_option "no-color", :type => :boolean, :desc => "Disable colorization in output." class_option "no-pager", :type => :boolean, :desc => "Disable pagination of the output." class_option :pager, :type => :string, :aliases => '-p',