Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 2.21 KB

NOTES.md

File metadata and controls

88 lines (52 loc) · 2.21 KB

Notes

Command Line Suites

Commander

Docu / Links

Features:

  • Parses options using OptionParser
  • Optional default sub-command when none is present

Source Code Examples:

Source Code Examples for Options:

Some more gems depending on commander:

rhc, jspec, bind, rehabilitate, cloudsync, shnell, rutty, grapevine, uki, microcloud, html_email_creator, md_splitter, abak-flow, rid-core

Alternatives

CRI - stands for ??

[ ] todo add rubygems link

  • Runtime Dependencies: ??
  • Last Update: ??
  • Downloads: > ??

Used by nanoc (static site generator)

GLI - stands for ??

Used by: showoff

[ ] todo add rubygems link

  • Runtime Dependencies: ??
  • Last Update: ??
  • Downloads: > ??

Features:

  • Parses options using OptionParser

Minus:

Docu for default command says:

Note that if you use this, you won't be able to pass arguments, flags, or switches to the command when run in default mode. All flags and switches are treated as global, and any argument will be interpretted as the command name and likely fail.

Links

Todos

  • move notes to rubybook (single-source, all in one place)