Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the
--show-themes
command (#1320)
The command failed because the two empty arguments for the internal `Opt` parsing actually meant "<binary> <minus_file>" and since `minus_file` is now parsed with `PathBufValueParser` and the value parser rejects empty values.
- Loading branch information