Revision history for Commandable

0.06    2021-11-03
        [CHANGES]
         * Initial support for declaring named options to commands
         * Also parse out commandline options
         * Include options in `help` output

0.05    2021-10-10
        [CHANGES]
         * Added Commandable::Finder::SubAttributes
         * Document the Commandable::Command result structure
         * Initial support for declaring positional arguments to commands
         * Assist with parsing command arguments out of invocation instances
         * Provide automatic built-in `help` command
         * Added some convenient wrappers for commandline scripts:
            + Commandable::Finder::SubAttributes->new_for_main
            + Commandable::Finder->find_and_invoke_ARGV

0.04    2020-01-20 18:51:50
        [CHANGES]
         * Renamed $inv->remaining to ->peek_remaining
         * Added Commandable::Finder::Packages

0.03    2018-10-16 17:22:16
        [CHANGES]
         * Added ->new_from_tokens

0.02    2018-07-29 23:39:17
        [CHANGES]
         * Added ->putback_tokens

        [BUGFIXES]
         * Make sure that "multiple" "quotes" are parsed correctly

0.01    2018-06-07 13:10:15
        Initial version with just Commandable::Invocation