mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Complete --do-complete argument should be optional
darcs-hash:20060824005315-ac50b-fa4fb8177bc11cf20f2f95fff43cd674a439bae0.gz
This commit is contained in:
parent
1a29979bbd
commit
d1a3e6abf5
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ static int builtin_complete( wchar_t **argv )
|
|||
}
|
||||
,
|
||||
{
|
||||
L"do-complete", required_argument, 0, 'C'
|
||||
L"do-complete", optional_argument, 0, 'C'
|
||||
}
|
||||
,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue