Vouch request: khizer-kt #627
khizer-kt
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
I want to fix the flag handling in the
openshell doctorCLI so that using--gatewayis accepted and documented, and remove or properly alias the non‑existent--nameargument. This will improve usability by making the CLI behavior and documentation match, and prevent confusing “unexpected argument” errors when diagnosing gateway issues.Why this change?
Right now the help docs and some common usage examples reference
--name, but the CLI itself only supports--gateway. This mismatch leads to errors for new users and makes common workflows likeopenshell doctor check --gateway openshellless useful if the docs suggest a different flag. Fixing this improves the experience for first time users.Checklist
Beta Was this translation helpful? Give feedback.
All reactions