Alter how internal help invocation work to make life a bit easier

This commit is contained in:
2013-06-03 09:46:03 +03:00
parent adcea18bdc
commit df5e6031cd
8 changed files with 8 additions and 8 deletions

View File

@@ -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\-/}"