Jaime Pillora

Results 323 comments of Jaime Pillora

Interesting, I can see where this would be useful, like in very large CLIs where you want to expose everything Usually when I find clashes, like "User string" I usually...

Agreed Unfortunately the go standard library parser works this way. I've been meaning to write my own, also support multi short (ps -aux), and I'd implement better shell completion, improve...

I achieve this by passing a pointer of the parent config to the child config. ``` opts.New(c). AddCommand(newFoo(c)). Parse() ``` This purposefully forces options to be defined at one level....

This is a bug This was complicated by the fact the path to the configuration file can a flag. So to fix this, we need to parse flags over a...

Thanks for the PR! Took a quick look, I think the true solution to this is a multistage flags parse. - parse flags into plain strings - has config flag?...

Unfortunately no. I'd like to write my own flag parser, so I can peek at the flags without storing the result on the struct.

chisel relies on the SSH protocol, which it current runs ontop of TCP > HTTP > Websockets. Websockets is used to provide a generic `net.Conn`, so as long as we...

Seemingly, "Remove download" in Big Sur removes your local copy but keeps your remote copy.

Thanks but i've decided to close this as this feature has the potential to conflict with the `stdio` remote. I'd consider loading client password from an env var or from...

See https://github.com/samsarahq/thunder