diff --git a/dist/plan b/dist/plan index 819dc2f..4cda1eb 100755 Binary files a/dist/plan and b/dist/plan differ diff --git a/plan/command/update.go b/plan/command/update.go index 3ff6c5a..2fe4779 100644 --- a/plan/command/update.go +++ b/plan/command/update.go @@ -40,7 +40,7 @@ func (ua UpdateArgs) Parse(main []string, fields map[string]string) (Command, er if len(main) < 2 { return nil, ErrWrongCommand } - aliases := []string{"u", "update"} + aliases := []string{"u", "update", "m", "mod"} var localIDStr string switch { case slices.Contains(aliases, main[0]):