mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-20 17:04:03 +00:00
fixup! Make type a builtin
[ci skip]
This commit is contained in:
parent
c7b51b360d
commit
383f1d1a19
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ static const struct woption long_options[] = {{L"help", no_argument, nullptr, 'h
|
||||||
|
|
||||||
static int parse_cmd_opts(type_cmd_opts_t &opts, int *optind, int argc, wchar_t **argv,
|
static int parse_cmd_opts(type_cmd_opts_t &opts, int *optind, int argc, wchar_t **argv,
|
||||||
parser_t &parser, io_streams_t &streams) {
|
parser_t &parser, io_streams_t &streams) {
|
||||||
|
UNUSED(parser);
|
||||||
wchar_t *cmd = argv[0];
|
wchar_t *cmd = argv[0];
|
||||||
int opt;
|
int opt;
|
||||||
wgetopter_t w;
|
wgetopter_t w;
|
||||||
|
|
Loading…
Reference in a new issue