Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new autocomplete_commands toggle; fixes #34 #44

Merged
merged 1 commit into from
Mar 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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