Commit 7fb65d9
committed
fix: remove unused --save option for set resolution command
The option was never implemented in berry, but it's mentioned in the docs as well
as in the CLI output.
See #2202
I don't have the expertise to actually implement the flag, so the second best thing to do here
is to remove it, so that people are no longer mislead.1 parent 32979f3 commit 7fb65d9
File tree
2 files changed
+8
-5
lines changed- .yarn/versions
- packages/plugin-essentials/sources/commands/set
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
| |||
0 commit comments