-
Notifications
You must be signed in to change notification settings - Fork 205
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
Update to clap 4.x #817
Update to clap 4.x #817
Conversation
まだカラーに対応していないのは少し残念ですが、デフォルトでカテゴリごとにオプションが出力されて良いですね! |
確認してみます。Conflictも発生しているのでそこも直しておきます。 |
確認ありがとうございます。他の指定方法がないか確認してみます |
以前のように |
Vecを指定することで複数の値を取得することは可能のようですので少々お待ちください |
@YamatoSecurity arg_numというのが新しく作られてそちらにまとめられたようです。 どちらを採用するのか決めて頂けますでしょうか。現在はそちらが利用しているカンマ区切りのソースコードとしています
|
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.
対応ありがとうございます!
一つだけ:
オプション指定なし、-u
等々は毎回メモリのデバッグ情報が出力されています。
確認して頂けますか?
@YamatoSecurity 対応完了しました。ご確認下さい |
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!
ありがとうございました!
What Changed
Note:
ref: clap-rs/clap#4132 (comment)
Evidence
clap-rs/clap#4132 (comment)
main branch (216f9a0) result
this pull request results
I would appreciate it if you could review.