mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add -s
to builtin_bind's allowed parameter list
This commit is contained in:
parent
46d1334f95
commit
6e933f1c8f
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ void builtin_bind_t::list_modes(io_streams_t &streams) {
|
|||
int parse_cmd_opts(bind_cmd_opts_t &opts, int *optind, //!OCLINT(high ncss method)
|
||||
int argc, wchar_t **argv, parser_t &parser, io_streams_t &streams) {
|
||||
wchar_t *cmd = argv[0];
|
||||
static const wchar_t *short_options = L":aehkKfM:Lm:";
|
||||
static const wchar_t *short_options = L":aehkKfM:Lm:s";
|
||||
static const struct woption long_options[] = {{L"all", no_argument, NULL, 'a'},
|
||||
{L"erase", no_argument, NULL, 'e'},
|
||||
{L"function-names", no_argument, NULL, 'f'},
|
||||
|
|
Loading…
Reference in a new issue