finesse.script.spec.KatSpec.register_command¶
- KatSpec.register_command(adapter, **kwargs)[source]¶
- Add parser and generator support for a command. - Parameters:
- adapterItemAdapter
- The command adapter. 
 
- adapter
- Other Parameters:
- overwritebool, optional
- Overwrite commands with the same aliases, if present. If False and one of adapter’s aliases already exists, a - KeyErroris raised. Defaults to False.