mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Shorten breakpoint
description
This commit is contained in:
parent
a617ef7ec1
commit
cd47411bbb
1 changed files with 1 additions and 2 deletions
|
@ -365,8 +365,7 @@ static constexpr builtin_data_t builtin_datas[] = {
|
|||
{L"bind", &builtin_bind, N_(L"Handle fish key bindings")},
|
||||
{L"block", &builtin_block, N_(L"Temporarily block delivery of events")},
|
||||
{L"break", &builtin_break_continue, N_(L"Stop the innermost loop")},
|
||||
{L"breakpoint", &builtin_breakpoint,
|
||||
N_(L"Temporarily halt execution of a script and launch an interactive debug prompt")},
|
||||
{L"breakpoint", &builtin_breakpoint, N_(L"Halt execution and start interactive debug prompt")},
|
||||
{L"builtin", &builtin_builtin, N_(L"Run a builtin command instead of a function")},
|
||||
{L"case", &builtin_generic, N_(L"Conditionally execute a block of commands")},
|
||||
{L"cd", &builtin_cd, N_(L"Change working directory")},
|
||||
|
|
Loading…
Reference in a new issue