Add support for calculating completions for arbitrary commands through the 'complete' builtin

darcs-hash:20060130165150-ac50b-5e2ef3bb0298dd5e1a5d6fbdade314cc73ef36f3.gz
This commit is contained in:
axel
2006-01-31 02:51:50 +10:00
parent 3efb0bf5cf
commit 521d09b6d0
22 changed files with 693 additions and 488 deletions

View File

@@ -1733,8 +1733,8 @@ static int builtin_status( wchar_t **argv )
case 'h':
builtin_print_help( argv[0], sb_err );
break;
return 0;
case 'i':
mode = INTERACTIVE;
break;