Skip to content

fix: remove -w short flag from --workspace to resolve collision with --w#175

Merged
schpet merged 1 commit intomainfrom
schpetbot-pr-8be661bc
Apr 2, 2026
Merged

fix: remove -w short flag from --workspace to resolve collision with --w#175
schpet merged 1 commit intomainfrom
schpetbot-pr-8be661bc

Conversation

@schpetbot
Copy link
Copy Markdown
Collaborator

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 #174

@schpetbot schpetbot force-pushed the schpetbot-pr-8be661bc branch from f3f1d1d to d75dfdb Compare March 13, 2026 02:44
@schpetbot schpetbot force-pushed the schpetbot-pr-8be661bc branch 4 times, most recently from 35f1f25 to 5a75175 Compare March 31, 2026 06:06
…--web

Also skip keyring integration test when D-Bus secrets service is unavailable
@schpetbot schpetbot force-pushed the schpetbot-pr-8be661bc branch from 5a75175 to 6e6aae6 Compare April 2, 2026 16:03
@schpet schpet merged commit fb32943 into main Apr 2, 2026
15 checks passed
@schpet schpet deleted the schpetbot-pr-8be661bc branch April 2, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: --web flag broken due to -w short flag collision with --workspace

2 participants