-
Notifications
You must be signed in to change notification settings - Fork 481
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
refactor(bin/oli): use clap_derive
to reduce boilerplate code
#5233
Conversation
oli's tests are not currently checked in CI. Do we need to add them to CI?
|
Hi, I implemented this to support the use of a proxy as follows:
Users can use After this change, can we still operate in this manner? |
No, but I can try to support this manner. |
Other parts looks good to me, thank you for working on this! |
I encountered two problems:
|
I add a new type |
Hi, that's look to me. |
3808562
to
b65dff0
Compare
Make sense to me. |
b65dff0
to
b7b0642
Compare
@Xuanwo All done, PTAL |
Including an oli test in the CI would be appreciated. |
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.
Thank you @koushiro for this!
Which issue does this PR close?
Closes #.
Rationale for this change
reduce boilerplate code
What changes are included in this PR?
use
clap_derive
(instead ofclap_builder
) to reduce boilerplate codeAre there any user-facing changes?
No