Lee Hambley

Results 227 comments of Lee Hambley

Also, the trailing `]` is optional according to `test` (man 1 test), which is aliased as `[`, just for style reasons. ## Lee Hambley http://lee.hambley.name/ +49 (0) 170 298 5667...

> 1) Using command_map Sounds like a bug to me, but we need a way to say "don't mess with my command, I know what I'm doing" The use case...

raw() might make some sense - at least less magic was one of the design goals ## Lee Hambley http://lee.hambley.name/ +49 (0) 170 298 5667 On 17 July 2013 01:11,...

> If we need to override the execution context I think .._raw methods would clearly indicate that we're doing something special. > execute_raw "..." I specifically don't want that, since...

That's way too much code to parse. I won't add an `excute_raw` because _raw_ says to me "don't do ANYTHING with this command", which as far as I understand this...

@grosser it's incredibly impolite to ping a contributor by name. Matt is taking some much needed personal time away from the project and @will-in-wi and I are holding down the...

@grosser those are features not bugs. And "sitting here without a reply for 2 months" is a side effect of this being a project people work on *in their free...

The problem, and reason for overwriting it is that any output should have been written already. If we don't nix the output on the final write (when we get the...

Using test() rather than execute returns the result of the command rather than erring if it's non zero. test() is just a wrapper around execute() which sets certain flags on...

https://github.com/capistrano/sshkit/search?utf8=%E2%9C%93&q=SCP