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:
@@ -24,7 +24,7 @@ has-completions() {
|
||||
}
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "$(tmuxifier-help completions)" >&2
|
||||
echo "$(tmuxifier-help completions $@)" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user