Python: CG trace: Make ./helper.sh show help again

This commit is contained in:
Rasmus Wriedt Larsen
2020-07-24 18:59:29 +02:00
parent 8057e11fe4
commit 9c76618d8b

View File

@@ -183,6 +183,9 @@ all() {
COMMAND=${1:-"help"}
shift
if [[ $# -ge 2 ]]; then
shift
fi
$COMMAND $@