Add check if any subcommand is called
This commit is contained in:
parent
b3ba4fcaf5
commit
de14c59233
@ -194,6 +194,9 @@ make_package () {
|
||||
echo "Package saved to $package_host_destination."
|
||||
}
|
||||
|
||||
if [[ "$#" -lt 1 ]]; then
|
||||
print_help
|
||||
fi
|
||||
case "$1" in
|
||||
init)
|
||||
shift 1
|
||||
|
Loading…
Reference in New Issue
Block a user