mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Implement builtin [ via builtin test
This commit is contained in:
@@ -3992,6 +3992,7 @@ static int builtin_history(parser_t &parser, wchar_t **argv)
|
||||
static const builtin_data_t builtin_datas[]=
|
||||
{
|
||||
{ L".", &builtin_source, N_(L"Evaluate contents of file") },
|
||||
{ L"[", &builtin_test, N_(L"Test a condition") },
|
||||
{ L"and", &builtin_generic, N_(L"Execute command if previous command suceeded") },
|
||||
{ L"begin", &builtin_begin, N_(L"Create a block of code") },
|
||||
{ L"bg", &builtin_bg, N_(L"Send job to background") },
|
||||
|
||||
Reference in New Issue
Block a user