Prints the currently applicable streaming mode.
(_args)
| 4 | |
| 5 | @command('streaming-mode') |
| 6 | def streaming_mode(_args): |
| 7 | """Prints the currently applicable streaming mode.""" |
| 8 | mode = db.settings.Settings().get_streaming_mode().value |
| 9 | print(mode) |
nothing calls this directly
no test coverage detected