lib/github_cli/cli.rb in github_cli-0.3.0 vs lib/github_cli/cli.rb in github_cli-0.3.1
- old
+ new
@@ -28,10 +28,9 @@
class_option "no-color", :type => :boolean,
:banner => "Disable colorization in output."
class_option :verbose, :type => :boolean,
:banner => "Enable verbose output mode."
-
desc 'init', 'Generates a configuration file in your home directory'
long_desc <<-DESC
Initializes a configuration file where you can set default options for
interacting with GitHub API. Both global and per-command options can be
specified. These defaults override the bult-in defaults and allow you to