-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: clean up host CLI #536
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
2df790f
to
aaddd60
Compare
de3beb3
to
378e0b2
Compare
378e0b2
to
b95edf8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - though Q on the change in default tracing levels.
Overview
Cleans up the host CLI validation by using the native features of the
clap::arg
proc macro over a custom validation function. Also adjusts some of the flag docs to be a bit more helpful.and, colors, because it's kind of cool 🎨