We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde6b72 commit 5ce3a64Copy full SHA for 5ce3a64
cmd2/command_definition.py
@@ -98,7 +98,7 @@ def __init__(self) -> None:
98
def on_register(self, cmd: 'cmd2.Cmd') -> None:
99
"""
100
Called by cmd2.Cmd as the first step to registering a CommandSet. The commands defined in this class have
101
- not be added to the CLI object at this point. Subclasses can override this to perform any initialization
+ not been added to the CLI object at this point. Subclasses can override this to perform any initialization
102
requiring access to the Cmd object (e.g. configure commands and their parsers based on CLI state data).
103
104
:param cmd: The cmd2 main application
0 commit comments