mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-13 09:28:14 +01:00
Whoops, command-prompt can take 0 or 1 argument.
This commit is contained in:
parent
96c37fa80a
commit
64f02dab7c
@ -36,7 +36,7 @@ void cmd_command_prompt_free(void *);
|
|||||||
|
|
||||||
const struct cmd_entry cmd_command_prompt_entry = {
|
const struct cmd_entry cmd_command_prompt_entry = {
|
||||||
"command-prompt", NULL,
|
"command-prompt", NULL,
|
||||||
"p:t:", 0, 0,
|
"p:t:", 0, 1,
|
||||||
CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",
|
CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",
|
||||||
0,
|
0,
|
||||||
cmd_command_prompt_key_binding,
|
cmd_command_prompt_key_binding,
|
||||||
|
Loading…
Reference in New Issue
Block a user