poppy.core.command.Command[source]¶Bases: object
Base class for all accepted commands for the pop command line program.
add_parent_parser(name, parser)[source]¶Used to add a parser with its options and be able to refer from a command, since the conflict handler of argparse is not well done, as many other things.
manager = <poppy.core.command.CommandManager object>¶