Thor v0.13 Release Notes

Release Date: 2010-02-03 // about 14 years ago
    • ➕ Added :lazy_default which is only triggered if a switch is given
    • ➕ Added Thor::Shell::HTML
    • ➕ Added subcommands
    • Decoupled Thor::Group and Thor, so it's easier to vendor
    • Added check_unknown_options! in case you want error messages to be raised in valid switches
    • ⚙ run(command) should return the results of command