mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 19:38:21 +00:00
Add args parsing callback for some future work, currently unused.
This commit is contained in:
@@ -37,7 +37,7 @@ const struct cmd_entry cmd_load_buffer_entry = {
|
||||
.name = "load-buffer",
|
||||
.alias = "loadb",
|
||||
|
||||
.args = { "b:t:w", 1, 1 },
|
||||
.args = { "b:t:w", 1, 1, NULL },
|
||||
.usage = CMD_BUFFER_USAGE " " CMD_TARGET_CLIENT_USAGE " path",
|
||||
|
||||
.flags = CMD_AFTERHOOK|CMD_CLIENT_TFLAG|CMD_CLIENT_CANFAIL,
|
||||
|
Reference in New Issue
Block a user