Dummy variable prevents this from being autoloaded in other tests
(self, dummy)
| 829 | """A CommandSet that isn't related to SupportFuncProvider which uses its support function""" |
| 830 | |
| 831 | def __init__(self, dummy) -> None: |
| 832 | """Dummy variable prevents this from being autoloaded in other tests""" |
| 833 | super().__init__() |
| 834 | |
| 835 | parser = cmd2.Cmd2ArgumentParser() |
| 836 | parser.add_argument("state", type=str, completer=SupportFuncProvider.complete_states) |