Added support for autocomplete in Zsh and clink solving #141 and #190#197
Added support for autocomplete in Zsh and clink solving #141 and #190#197waldekmastykarz wants to merge 1 commit intopnp:devfrom
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