lib/negroku/cli.rb in negroku-2.6.0 vs lib/negroku/cli.rb in negroku-2.7.0
- old
+ new
@@ -27,12 +27,9 @@
extend GLI::App
# Set th version
version Negroku::VERSION
- # Negroku commands will manage the interactive cli ui
- default_command :negroku
-
# Don't show the negroku commands in the help
hide_commands_without_desc true
# Use the gemspec summary to describe the cli
program_desc Gem::Specification.find_by_name('negroku').summary