dearchap

Results 303 comments of dearchap

@ldelossa I tried out your lean code and it works for me. Are you in a zsh first of all ? also how are you invoking the program ```main``` or...

Are you hitting TAB after the command and you see the subcommand ? If you hit the TAB after subcommand you should see h for help. The generate-shell-completion arg is...

@ldelossa Ok I understand now. Yes looks like there is an issue. Let me see what I can do

@ldelossa Can you do ```export URFAVE_CLI_TRACING="on"``` and then try hitting the TAB during subcommand .?

@ldelossa Are you typing "--" at the end ? Can you try "-" and then hit the tab ?

@ldelossa Yes you're right. The code doesnt make sense. Something isnt right. v2 has the correct behaviour, we seem to have broken it in v3. I will put in a...

@ldelossa did you use the latest fix I just merged ?

@ldelossa sorry yes I was reading the comments in my email and didnt watch the video. Let me dig into this a bit more.

@ldelossa The problem is much more complex than I first thought. Can you try with latest code(without your changes) and try just "-" and TAB instead of "--" and TAB...

@ldelossa if you comment out the args it might work with flags but will fail with subcommands. ``` main command ```