mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
@@ -339,7 +339,7 @@ static int builtin_complete(parser_t &parser, wchar_t **argv)
|
|||||||
|
|
||||||
int opt = wgetopt_long(argc,
|
int opt = wgetopt_long(argc,
|
||||||
argv,
|
argv,
|
||||||
L"a:c:p:s:l:o:d:frxeuAn:C::h",
|
L"a:c:p:s:l:o:d:frxeuAn:C::w:h",
|
||||||
long_options,
|
long_options,
|
||||||
&opt_index);
|
&opt_index);
|
||||||
if (opt == -1)
|
if (opt == -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user