mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: make --h list options according to a pattern passed to it
Useless feature, but I want it. Won't work on Windows due to missing fnmatch().
This commit is contained in:
@@ -97,6 +97,7 @@ const char mp_help_text[] =
|
||||
" --playlist=<file> specify playlist file\n"
|
||||
"\n"
|
||||
" --list-options list all mpv options\n"
|
||||
" --h=<pat> print options which match the given shell pattern\n"
|
||||
"\n";
|
||||
|
||||
static const char def_config[] =
|
||||
|
||||
Reference in New Issue
Block a user