Skip to content

Commit 8bce7f3

Browse files
committed
feat: add u as alias for update command
1 parent 63b9a7c commit 8bce7f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/utils/cmd-list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const aliases = {
9898
i: 'install',
9999
it: 'install-test',
100100
cit: 'install-ci-test',
101+
u: 'update',
101102
up: 'update',
102103
c: 'config',
103104
s: 'search',

0 commit comments

Comments
 (0)