Henry Schreiner

Results 2524 comments of Henry Schreiner

Like in `cli.Application`, it's important to have `DESCRIPTION` as a fallback since there are times when you can't use the help line, since you can't use dynamically generated content in...

Of course... Might have to look into why that was done that way for `Application`, then. I'm fine with dropping `DESCRIPTION`. (And maybe depreciating it for `Application`? Make it a...

An example would help (for your library too :) ).

You could also move the paths, the `cli` component, etc. to different packages. The point of plumbum is to prove all the tools you need to write shell scripts in...

I've been working on separating interdependencies between colorlib, cli, and the rest of plumbum in a branch, pretty busy at the moment, and no promises as to what will end...

I'll try to look at these soon! Hoping it's an easy fix. Feel free to dig around a bit, would start in plumbum/commands.

I've got a fix for this, will commit in a day or two.

Seems to work... ``` maya8:plumbum henryiii$ git status On branch master Your branch is up-to-date with 'origin/master'. maya8:plumbum henryiii$ python Python 3.5.0 |Anaconda 2.4.0 (x86_64)| (default, Oct 20 2015, 14:39:26)...

Should also be tested for, now, with py.test, using file descriptor capture: ``` python @skip_on_windows def test_pipe_stderr(self, capfd): from plumbum.cmd import cat, head cat['/dev/urndom'] & FG(1) assert 'urndom' in capfd.readouterr()[1]...

I'd be happy with a PR :) I won't have time to work on it for at least a couple of weeks or more.