Hello,
Great tool! I have had a great pleasure to use it to create my own autocomplete stuff :-)
I have used the .setupShellInitFile() function to automatically setup the shell autocompletion. However when I do so and run source ~/.zshrc, it hangs forever. I have to kill -9 the hanging process.
The added line in the .zshrc files is the following:
# .zshrc
. <(app --completion)
When I turn it into the following one, it does not hang and autocompletion works:
I am unsure about this issue.
Do you have an idea?
Hello,
Great tool! I have had a great pleasure to use it to create my own autocomplete stuff :-)
I have used the
.setupShellInitFile()function to automatically setup the shell autocompletion. However when I do so and runsource ~/.zshrc, it hangs forever. I have tokill -9the hanging process.The added line in the
.zshrcfiles is the following:When I turn it into the following one, it does not hang and autocompletion works:
I am unsure about this issue.
Do you have an idea?