Skip to content

Commit

Permalink
Add new autocomplete_commands toggle; fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisarcand committed Mar 3, 2015
1 parent a61f275 commit e60d13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/op
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include GLI::App
program_desc 'GitHub workflow scripts. From the Ngineers at Sport Ngin.'
version Octopolo::VERSION

autocomplete_commands false
wrap_help_text :verbatim

program_long_desc """
Expand Down
2 changes: 1 addition & 1 deletion octopolo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.version = Octopolo::VERSION

gem.add_dependency 'rake'
gem.add_dependency 'gli', '~> 2.10'
gem.add_dependency 'gli', '~> 2.13'
gem.add_dependency 'hashie', '~> 1.2'
gem.add_dependency 'octokit', '~> 2.7.1'
gem.add_dependency 'highline', '~> 1.6'
Expand Down

0 comments on commit e60d13e

Please sign in to comment.