Fix update command
This commit is contained in:
+5
-1
@@ -135,7 +135,11 @@ def _update_args [] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def u [arg?: string@_update_args] {
|
def u [arg?: string@_update_args] {
|
||||||
^update $arg
|
if $arg == null {
|
||||||
|
^update
|
||||||
|
} else {
|
||||||
|
^update $arg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# gclone aliases
|
# gclone aliases
|
||||||
|
|||||||
Reference in New Issue
Block a user