-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat: add CompletionFunc type to help with completions #2220
Conversation
Also document that NoFilesCompletion and FixedCompletion can be used with RegisterFlagCompletionFunc.
I worked on this because:
|
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.
Nice improvement. Thanks!
I would just like to adjust the comments if you don't mind. Please see comments in-line
Co-Authored-By: Marc Khouzam <[email protected]>
ef0c320
to
9a528ef
Compare
@marckhouzam Please review |
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.
Thanks!
For anyone interested, I want to continue the discussion with #2222 |
Also document that NoFilesCompletion and FixedCompletion can be used with RegisterFlagCompletionFunc.