mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Alter how internal help invocation work to make life a bit easier
This commit is contained in:
@@ -53,7 +53,7 @@ fi
|
||||
|
||||
if has-help "$command_path"; then
|
||||
shift
|
||||
exec "$command_path" --help "$@"
|
||||
exec "$command_path" "$@" --help
|
||||
else
|
||||
command="$(basename "$command_path")"
|
||||
command="${command/tmuxifier\-/}"
|
||||
|
||||
Reference in New Issue
Block a user