-
Name
-
commander
-
Version
-
5.0.0
-
Platform
-
ruby
-
Authors
-
TJ Holowaychuk
Gabriel Gilder
-
Bindir
-
bin
-
Date
-
2024-01-15 00:00:00 UTC
-
Dependencies
-
highline (~> 3.0.0)
rake (>= 0, development)
rspec (~> 3.2, development)
rubocop (~> 1.12.1, development)
simplecov (>= 0, development)
-
Description
-
The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.
-
Email
-
gabriel@gabrielgilder.com
-
Executables
-
commander
-
Files
-
.gitignore
.rspec
.rubocop.yml
.rubocop_todo.yml
.travis.yml
DEVELOPMENT
Gemfile
History.rdoc
LICENSE
Manifest
README.md
Rakefile
bin/commander
commander.gemspec
lib/commander.rb
lib/commander/blank.rb
lib/commander/command.rb
lib/commander/configure.rb
lib/commander/core_ext.rb
lib/commander/core_ext/array.rb
lib/commander/core_ext/object.rb
lib/commander/delegates.rb
lib/commander/help_formatters.rb
lib/commander/help_formatters/base.rb
lib/commander/help_formatters/terminal.rb
lib/commander/help_formatters/terminal/command_help.erb
lib/commander/help_formatters/terminal/help.erb
lib/commander/help_formatters/terminal_compact.rb
lib/commander/help_formatters/terminal_compact/command_help.erb
lib/commander/help_formatters/terminal_compact/help.erb
lib/commander/import.rb
lib/commander/methods.rb
lib/commander/platform.rb
lib/commander/runner.rb
lib/commander/user_interaction.rb
lib/commander/version.rb
spec/command_spec.rb
spec/configure_spec.rb
spec/core_ext/array_spec.rb
spec/core_ext/object_spec.rb
spec/help_formatters/terminal_compact_spec.rb
spec/help_formatters/terminal_spec.rb
spec/methods_spec.rb
spec/runner_spec.rb
spec/spec_helper.rb
spec/ui_spec.rb
-
Homepage
-
https://github.com/commander-rb/commander
-
Licenses
-
MIT
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/commander-rb/commander/issues", "changelog_uri"=>"https://github.com/commander-rb/commander/blob/master/History.rdoc", "documentation_uri"=>"https://www.rubydoc.info/gems/commander/5.0.0", "homepage_uri"=>"https://github.com/commander-rb/commander", "source_code_uri"=>"https://github.com/commander-rb/commander/tree/v5.0.0"}
-
Require paths
-
lib
-
Required ruby version
-
>= 3.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.3.11
-
Specification version
-
4
-
Summary
-
The complete solution for Ruby command-line executables
-
Test files
-
spec/command_spec.rb
spec/configure_spec.rb
spec/core_ext/array_spec.rb
spec/core_ext/object_spec.rb
spec/help_formatters/terminal_compact_spec.rb
spec/help_formatters/terminal_spec.rb
spec/methods_spec.rb
spec/runner_spec.rb
spec/spec_helper.rb
spec/ui_spec.rb
-
Original platform
-
ruby
-
New platform
-
ruby