-
Name
-
command_line_boss
-
Version
-
0.2.3
-
Platform
-
ruby
-
Authors
-
James Couball
-
Bindir
-
exe
-
Date
-
1980-01-02 00:00:00 UTC
-
Dependencies
-
logger (~> 1.6)
bundler-audit (~> 0.9, development)
create_github_release (~> 2.1, development)
csv (~> 3.3, development)
fuubar (~> 2.5, development)
main_branch_shared_rubocop_config (~> 0.1, development)
rake (~> 13.2, development)
rspec (~> 3.13, development)
rubocop (~> 1.66, development)
simplecov (~> 0.22, development)
simplecov-lcov (~> 0.8, development)
simplecov-rspec (~> 0.3, development)
turnip (~> 4.4, development)
redcarpet (~> 3.6, development)
yard (~> 0.9, >= 0.9.28, development)
yardstick (~> 0.9, development)
-
Description
-
Command Line Boss is a convenience layer over OptionsParser. It provides a simple
way to define command line options and arguments, and then parse them into an options
object.
-
Email
-
jcouball@yahoo.com
-
Files
-
.commitlintrc.yml
.husky/commit-msg
.markdownlint.yml
.release-please-manifest.json
.rspec
.rubocop.yml
.yardopts
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
Rakefile
examples/create_spreadsheet/.gitignore
examples/create_spreadsheet/.rspec
examples/create_spreadsheet/.rubocop.yml
examples/create_spreadsheet/Gemfile
examples/create_spreadsheet/README.md
examples/create_spreadsheet/Rakefile
examples/create_spreadsheet/create_spreadsheet.gemspec
examples/create_spreadsheet/exe/create-spreadsheet
examples/create_spreadsheet/lib/create_spreadsheet.rb
examples/create_spreadsheet/lib/create_spreadsheet/command_line.rb
examples/create_spreadsheet/spec/create_spreadsheet/command_line.feature
examples/create_spreadsheet/spec/create_spreadsheet/command_line_steps.rb
examples/create_spreadsheet/spec/spec_helper.rb
examples/readme_example/create-spreadsheet
lib/command_line_boss.rb
lib/command_line_boss/help_option.rb
lib/command_line_boss/logger_options.rb
lib/command_line_boss/version.rb
package.json
release-please-config.json
-
Homepage
-
https://github.com/main-branch/command_line_boss
-
Licenses
-
MIT
-
Metadata
-
{"allowed_push_host"=>"https://rubygems.org", "homepage_uri"=>"https://github.com/main-branch/command_line_boss", "source_code_uri"=>"https://github.com/main-branch/command_line_boss", "documentation_uri"=>"https://rubydoc.info/gems/command_line_boss/0.2.3", "changelog_uri"=>"https://rubydoc.info/gems/command_line_boss/0.2.3/file/CHANGELOG.md", "rubygems_mfa_required"=>"true"}
-
Require paths
-
lib
-
Required ruby version
-
>= 3.1.0
-
Required rubygems version
-
>= 0
-
Requirements
-
Platform: Mac, Linux, or Windows
Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later
-
Rubygems version
-
3.6.7
-
Specification version
-
4
-
Summary
-
Command Line Boss is a convenience layer over OptionsParser
-
Original platform
-
ruby
-
New platform
-
ruby