phillyphil91

Results 35 comments of phillyphil91

Is this still needed/ wanted? I would like to take a look at this but would probably need some guidance/help as this is my first issue. Or is this too...

The current changes "should" enable tcp keepalive for the `TcpStream`. Maybe it makes sense to add a test for this? On the other hand the only change is turning on...

@mrinalwadhwa thanks. great experience. hopefully more to come

Hey, i would like to take a look at this, as a first contribution. I am not entirely sure, I understand the details fully though. At what stage should the...

In general it looks like only `man` uses the $MANPAGER or $PAGER env. So I guess I would have to find a way for the `help` output to use the...

> The clap community has a friendly discussions page here https://github.com/clap-rs/clap/discussions so asking there for some guidance might be helpful as well. Good idea. I will have a look there....

i was thinking the same, but was not able to get anything meaningful working yet. I'll have another look at spawning (sub)processes. Thanks

I found something that allows you to open a sub-process for example for `less` ([How to run ‘less’ command for command line application](https://users.rust-lang.org/t/how-to-run-less-command-for-command-line-application/48803)) and wait until the sub-process exits but...

So according to https://github.com/clap-rs/clap/issues/4201, using a pager for the help output is currently being investigated by the `clap` team. So maybe this issue can be closed until further advancement is...