-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] add option --short
to the list
command
#39904
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
Conversation
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 :) Note that I started experimenting with autocompletion a while ago. I just pushed my progress thus far today: wouterj@2bdf798 (it's really hacky, it should probably use a custom descriptor instead, relying on this new feature). I don't have much priority to finish this feature, so if anyone wants to continue: feel free to do so This is a little demo for a skeleton app without this fast option: |
3674966
to
650f827
Compare
18b05ef
to
0262b11
Compare
0262b11
to
81d5728
Compare
Thank you @nicolas-grekas. edit: Merge aborted just in time :) |
Thank you (again) @nicolas-grekas. |
This PR is a follow up of #39851, triggered by @wouterj's comment at #39851 (review).
This new option should enable creating fast shell auto-completion, by allowing the
list
command to run fast.