Skip to content

Commit 5eaac07

Browse files
committed
♻️ Update options for yarn global sub-commands
1 parent 82098f6 commit 5eaac07

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/subCommands/global.ps1

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ $subCommands['global'] = [ordered] @{
77
'bin' = @{ };
88
'list' = @{ };
99
'remove' = @{ };
10-
'upgrade' = @{ };
11-
'upgrade-interactive' = @{ };
10+
'upgrade' = @{
11+
options = @(
12+
'--latest'
13+
)
14+
};
15+
'upgrade-interactive' = @{
16+
options = @(
17+
'--latest'
18+
)
19+
};
1220
}

0 commit comments

Comments
 (0)