Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 911 Bytes

plugin.rst

File metadata and controls

45 lines (24 loc) · 911 Bytes

cmd2.plugin

cmd2.plugin.PostparsingData

stop

Request the command loop terminate by setting True

statement

The ~cmd2.Statement object parsed from user input

cmd2.plugin.PrecommandData

statement

The ~cmd2.Statement object parsed from user input

cmd2.plugin.PostcommandData

stop

Request the command loop terminate by setting True

statement

The ~cmd2.Statement object parsed from user input

cmd2.plugin.CommandFinalizationData

stop

Request the command loop terminate by setting True

statement

The ~cmd2.Statement object parsed from user input