mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Update help and error messages with more details
This commit is contained in:
@@ -10,6 +10,11 @@ if [ "$1" == "--complete" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "$(tmuxifier-help load-session)" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Load runtime functions.
|
||||
source "$TMUXIFIER/runtime.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user