Commit f3f1d1d
committed
fix: remove -w short flag from --workspace to resolve collision with --web
The -w short flag was registered on both the global --workspace option
and the command-level --web option. Since Cliffy resolves global options
first, -w always mapped to --workspace, making --web unusable (both as
-w and --web due to prefix matching).
Remove the -w alias from --workspace so that -w correctly maps to --web
on commands that support it. Users can still use --workspace in full.
Fixes #1741 parent 91866c0 commit f3f1d1d
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments