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:
@@ -36,7 +36,7 @@ const struct cmd_entry cmd_source_file_entry = {
|
||||
.name = "source-file",
|
||||
.alias = "source",
|
||||
|
||||
.args = { "Fnqv", 1, -1 },
|
||||
.args = { "Fnqv", 1, -1, NULL },
|
||||
.usage = "[-Fnqv] path ...",
|
||||
|
||||
.flags = 0,
|
||||
|
Reference in New Issue
Block a user