Use plain usage only when erroring out
continuous-integration/drone/push Build is passing Details

Closes #65.
This commit is contained in:
Luke Murphy 2020-12-31 18:12:01 +01:00
parent fac45f276e
commit ce0e0e893c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

1
abra
View File

@ -1117,7 +1117,6 @@ abra() {
# shellcheck disable=SC2086
"$CMD" ${abra__args_[*]}
else
"$CMD not found"
docopt_exit
fi
}