mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 03:48:20 +00:00
Add args parsing callback for some future work, currently unused.
This commit is contained in:
@@ -34,7 +34,7 @@ const struct cmd_entry cmd_paste_buffer_entry = {
|
||||
.name = "paste-buffer",
|
||||
.alias = "pasteb",
|
||||
|
||||
.args = { "db:prs:t:", 0, 0 },
|
||||
.args = { "db:prs:t:", 0, 0, NULL },
|
||||
.usage = "[-dpr] [-s separator] " CMD_BUFFER_USAGE " "
|
||||
CMD_TARGET_PANE_USAGE,
|
||||
|
||||
|
Reference in New Issue
Block a user