summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cmd2_1.3.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cmd2: Upgrade 1.3.1 -> 1.3.2Leon Anavi2020-08-131-0/+20
Upgrade to release 1.3.2: - Added functions to fetch registered CommandSets by type and command name. - Fixed prog value of subcommands added with as_subcommand_to() decorator. - Fixed missing settings in subcommand parsers created with as_subcommand_to() decorator. These settings include things like description and epilog text. - Fixed issue with CommandSet auto-discovery only searching direct sub-classes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>