Clamp v0.6.0 Release Notes

Release Date: 2013-04-28 // almost 11 years ago
    • Introduce "banner" to describe a command (replacing "self.description=").
    • Introduce "Clamp do ... end" syntax sugar.
    • 👍 Allow parameters to be specified before a subcommand.
    • ➕ Add support for :multivalued options.
    • Multi valued options and parameters get an "#append_to_foo_list" method, rather than "#foo_list=".
    • 0️⃣ default_subcommand must be specified before any subcommands.