Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.45 KB

README_optparse_command.md

File metadata and controls

49 lines (32 loc) · 1.45 KB

OptParse Command

Add command to optparse.

Installation

In order to install this gem, you just need to install the gem from your command line like this:

$sudo gem install optparse-command

Usage

See example_* directories.

Contributions

Everybody is welcome to contribute to this project by commenting the source code, suggesting modifications or new ideas, reporting bugs, writing some documentation and, of course, you're also welcome to contribute with patches as well! This are the standard instruction to contribute:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

Rubies

This gems have been tested on Ruby 1.9.2.

See latest test results at GemTesters Contribute yourself. It just matter to type two command: gem install rubygems-test gem test optparse-command

License

This extension is licensed under the MIT License.

Other command parse

I discover the following other gem