(start: str = CommandStart())
| 49 | |
| 50 | |
| 51 | async def command_start(start: str = CommandStart()) -> str: |
| 52 | return start |
| 53 | |
| 54 | |
| 55 | async def command_whitespace(whitespace: str = CommandWhitespace()) -> str: |
nothing calls this directly
no test coverage detected