mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 08:27:26 +00:00
builtin_string: remove quiet
This commit is contained in:
parent
7eccec3ce0
commit
70dfece3ce
1 changed files with 0 additions and 1 deletions
|
@ -957,7 +957,6 @@ static int string_pad(parser_t &parser, io_streams_t &streams, int argc, wchar_t
|
|||
opts.max_valid = true;
|
||||
opts.left_valid = true;
|
||||
opts.right_valid = true;
|
||||
opts.quiet_valid = true;
|
||||
int optind;
|
||||
int retval = parse_opts(&opts, &optind, 0, argc, argv, parser, streams);
|
||||
if (retval != STATUS_CMD_OK) return retval;
|
||||
|
|
Loading…
Reference in a new issue