mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add args parsing callback for some future work, currently unused.
This commit is contained in:
		@@ -33,7 +33,7 @@ const struct cmd_entry cmd_set_buffer_entry = {
 | 
			
		||||
	.name = "set-buffer",
 | 
			
		||||
	.alias = "setb",
 | 
			
		||||
 | 
			
		||||
	.args = { "ab:t:n:w", 0, 1 },
 | 
			
		||||
	.args = { "ab:t:n:w", 0, 1, NULL },
 | 
			
		||||
	.usage = "[-aw] " CMD_BUFFER_USAGE " [-n new-buffer-name] "
 | 
			
		||||
	         CMD_TARGET_CLIENT_USAGE " data",
 | 
			
		||||
 | 
			
		||||
@@ -45,7 +45,7 @@ const struct cmd_entry cmd_delete_buffer_entry = {
 | 
			
		||||
	.name = "delete-buffer",
 | 
			
		||||
	.alias = "deleteb",
 | 
			
		||||
 | 
			
		||||
	.args = { "b:", 0, 0 },
 | 
			
		||||
	.args = { "b:", 0, 0, NULL },
 | 
			
		||||
	.usage = CMD_BUFFER_USAGE,
 | 
			
		||||
 | 
			
		||||
	.flags = CMD_AFTERHOOK,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user