Skip to content

fix: display error messages for invalid commands and missing arguments#2

Merged
joshuasequeira19 merged 1 commit intomainfrom
feat/new-feature
Oct 16, 2025
Merged

fix: display error messages for invalid commands and missing arguments#2
joshuasequeira19 merged 1 commit intomainfrom
feat/new-feature

Conversation

@joshuasequeira19
Copy link
Copy Markdown
Member

Previously, the CLI would show empty output when users:

  • Typed invalid commands
  • Made typos in commands
  • Omitted required arguments

This was caused by SilenceErrors=true in root.go and main.go exiting without printing the error. Now the CLI properly displays helpful error messages with usage suggestions.

Previously, the CLI would show empty output when users:
- Typed invalid commands
- Made typos in commands
- Omitted required arguments

This was caused by SilenceErrors=true in root.go and main.go exiting
without printing the error. Now the CLI properly displays helpful error
messages with usage suggestions.
@joshuasequeira19 joshuasequeira19 merged commit ac75d61 into main Oct 16, 2025
7 of 8 checks passed
@github-actions
Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2025
@joshuasequeira19 joshuasequeira19 deleted the feat/new-feature branch October 16, 2025 17:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant