mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 07:21:14 -03:00
Make commandline -P actually work
`commandline --paging-mode` worked but the short flags list accidentally omitted the documented `-P`.
This commit is contained in:
committed by
ridiculousfish
parent
9419191aa6
commit
02a07164f3
@@ -326,7 +326,7 @@ static int builtin_commandline(parser_t &parser, wchar_t **argv)
|
||||
|
||||
int opt = wgetopt_long(argc,
|
||||
argv,
|
||||
L"abijpctwforhI:CLSs",
|
||||
L"abijpctwforhI:CLSsP",
|
||||
long_options,
|
||||
&opt_index);
|
||||
if (opt == -1)
|
||||
|
||||
Reference in New Issue
Block a user