mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 13:11:15 -03:00
@@ -4018,7 +4018,7 @@ static int internal_help(const wchar_t *cmd)
|
||||
{
|
||||
CHECK(cmd, 0);
|
||||
return contains(cmd, L"for", L"while", L"function",
|
||||
L"if", L"end", L"switch", L"case", L"count");
|
||||
L"if", L"end", L"switch", L"case", L"count", L"printf");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user