-
Notifications
You must be signed in to change notification settings - Fork 333
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
Added support for autocomplete in Zsh and clink solving #141 and #190 #197
Conversation
Merged manually |
FYI: @waldekmastykarz , work like a charm (disclaimer: 'on my machine') :)! |
Excellent! |
Btw, looking closer at both screenshots @VelinGeorgiev I noticed that you've checked autocomplete in immersive mode (eg. after starting the CLI). What's added, is autocomplete directly in the shell, so in the cmder, you would for example type |
@waldekmastykarz, my cmder does not behave as expected:
|
Have you followed the setup instructions as described in https://sharepoint.github.io/office365-cli/concepts/completion/#clink-cmder? |
Not at all. Good hint, thanks for that.Will test it later again. |
@waldekmastykarz, couldn't make it work following the instructions. Could that be lua language restriction itself? |
Hmm, I've seen it working initially, but maybe it changed when we added more commands. If there is indeed a limit of the number of variables you can have in .lua, then we'd have to restructure the file, to do more things in place instead of in separate variables. Since it's all generated, it shouldn't really matter. Thanks for double checking! |
Added support for autocomplete in Zsh and clink solving #141 and #190