mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 18:22:42 -08:00
refactor(cli): remove deprecated verbose logging flags
This commit is contained in:
@@ -73,6 +73,12 @@ subminer -T video.mkv # disable texthooker
|
||||
subminer https://youtu.be/... # YouTube playback
|
||||
```
|
||||
|
||||
### CLI Logging and Dev Mode
|
||||
|
||||
- Use `--log-level` to control logger verbosity (for example `--log-level debug`).
|
||||
- Use `--dev` and `--debug` only for app/dev-mode behavior; they are not tied to logging level.
|
||||
- Default logging remains `info` unless you pass `--log-level`.
|
||||
|
||||
## MPV Plugin
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user