mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
show-options and environment need CANFAIL flag.
This commit is contained in:
@@ -37,7 +37,7 @@ const struct cmd_entry cmd_show_environment_entry = {
|
||||
"show-environment", "showenv",
|
||||
"gst:", 0, 1,
|
||||
"[-gs] " CMD_TARGET_SESSION_USAGE " [name]",
|
||||
CMD_SESSION_T,
|
||||
CMD_SESSION_T|CMD_CANFAIL,
|
||||
cmd_show_environment_exec
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user