fix default command behaviour
This commit is contained in:
parent
5ea97b8403
commit
545ae12dda
1 changed files with 2 additions and 1 deletions
3
man
3
man
|
@ -75,7 +75,8 @@ handleFallthrough() {
|
|||
logs) default logs --tail=20 -f $@ ;;
|
||||
up) default up -d $@ ;;
|
||||
|
||||
default|*|'') default $cmd $@ ;;
|
||||
default) default $@ ;;
|
||||
*|'') default $cmd $@ ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue