Fix update command

This commit is contained in:
Thomas Forgione 2023-11-13 09:59:40 +01:00
parent eefa96bb9a
commit 99eff755bb
1 changed files with 5 additions and 1 deletions

View File

@ -135,8 +135,12 @@ def _update_args [] {
} }
def u [arg?: string@_update_args] { def u [arg?: string@_update_args] {
if $arg == null {
^update
} else {
^update $arg ^update $arg
} }
}
# gclone aliases # gclone aliases
def _gclone_dirs [] { def _gclone_dirs [] {