cmd2.plugin¶
-
class
cmd2.plugin.PostparsingData(stop: bool, statement: cmd2.parsing.Statement)¶ Data class containing information passed to postparsing hook methods
-
stop¶ Request the command loop terminate by setting
True
-
-
class
cmd2.plugin.PrecommandData(statement: cmd2.parsing.Statement)¶ Data class containing information passed to precommand hook methods