Eyal Posener

Results 69 comments of Eyal Posener

Hi Scott, Sorry for the late reply. I see your point, and indeed this library does not provide a good solution for this. I would recon that this is quite...

I think that this breaks the current package API. No?

It seems that you forgot datacmd.Run()? Can you see that you first get the desired output in a main() program?

> Hi, thank you for reply. cmd.Output() method under the hood runs Run() and Wait(). Oh, right, sorry I missed it. > Anyway, I got logic I wanted other way,...

In any case, I tried to reproduce it on my linux machine and didn't found an issue: The program: ``` // A program that complete itself package main import (...

Hi Codey, Thanks for contributing! I'm sorry, but I see some issues with this PR, and therefore I can't merge it. 1. It is currently too complicated to be added...

@eikaas since we don't have any tests here, I will only merge it if you tested the change manually.

Hi, Sorry, I don't understand the question. In the above example, what is the flag, the subcommand and the predication? What is currently possible and what would you like to...

If `-s` is a flag of the root command, then it should be also completed for all sub commands. So `adb uninstall com.blabla -s ` should complete in the same...

Oh, I see, so you want that the root "args" will be completed in a subcommand "args". This is a bit problematic - what happens when both the root command...