mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Allow list-keys and list-commands to be run without a running server.
This commit is contained in:
		@@ -39,7 +39,7 @@ const struct cmd_entry cmd_list_keys_entry = {
 | 
			
		||||
	.args = { "t:T:", 0, 0 },
 | 
			
		||||
	.usage = "[-t mode-table] [-T key-table]",
 | 
			
		||||
 | 
			
		||||
	.flags = 0,
 | 
			
		||||
	.flags = CMD_STARTSERVER,
 | 
			
		||||
	.exec = cmd_list_keys_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -50,7 +50,7 @@ const struct cmd_entry cmd_list_commands_entry = {
 | 
			
		||||
	.args = { "", 0, 0 },
 | 
			
		||||
	.usage = "",
 | 
			
		||||
 | 
			
		||||
	.flags = 0,
 | 
			
		||||
	.flags = CMD_STARTSERVER,
 | 
			
		||||
	.exec = cmd_list_keys_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user