TheTollingBell

Results 13 comments of TheTollingBell

> Are you referring to a person creating an error or rendering it? I'm kind of referring to both sides, not only were contexts not well documented for me as...

> For generating errors, could you expand on why you are doing so? I was trying to write a `TypedValueParser` for a type that could be parsed directly from a...

> What "special" reporting were you looking at doing on top of what this provides? `try_map()` is great but providing context like alternative arguments as well as formatting an error...

```rust impl TypedValueParser for MonitorParser { type Value = &'static Monitor; fn parse_ref( &self, cmd: &Command, arg: Option, value: &OsStr, ) -> Result { // guaranteed to be non-empty by...

I think that this a great compromise between an in-depth system and nothing. I would be happy to write a PR adding a `LazyPossibleValuesParser` that would allow the passing of...

Sorry for being incommunicado for the past few days, I'll go ahead and fix Clippy failing. As it's configured right now, verbosity that is specified in HookBuilder overrides environment, though...

Never mind about Clippy, all the warnings are not from changes in this pull request.

@yaahc Is this ready to be merged, or is there something else I should do?

Going to reopen with another branch.

There is no implementation in the rust std library to pause `Child` instances however it would be possible to just freeze accepting new output.