Pascal Hertleif

Results 115 issues of Pascal Hertleif

Instead of glob, let's use https://github.com/Gilnaa/globwalk which is more powerful. This is also a good opportunity to review if [this](https://docs.rs/quicli/0.2.0/quicli/fs/fn.glob.html) is still a good API to export.

help wanted
looking for feedback

cf. https://boats.gitlab.io/blog/post/2018-02-22-failure-1.0/ - [ ] Try out the git version/release candidates - [ ] Figure out all the breakage - [ ] Figure out all the improved ergonomics we should...

planned
help wanted
good first issue

While we have compile-tests for the guides and examples, we currently don't really have a good testing story. We have doc tests for the functions we provide, but nothing in...

planned
help wanted

E.g. using https://docs.rs/dialoguer I usually only add "interaction" using CLI arguments. I'd be interested to hear what your use cases are. ### Todo: - [ ] Choose which features are...

help wanted
looking for feedback

The [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/) has a bunch of > simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem. Many of these examples...

help wanted
looking for feedback

- subcommands (show the "MakeCookie"-way of [structopt](https://docs.rs/structopt/0.2.2/structopt/#subcommands)) - log levels, `RUST_LOG` - show when to stop using quicli built-ins and do your own thing

looking for feedback

- [ ] Make sure backtraces for errors _can_ show up - We may need to use libbacktrace ourselves or go back to using failure in `main!` which [has backtraces](https://docs.rs/failure/0.1.1/failure/struct.Backtrace.html)...

help wanted
good first issue

What is a typical thing in a CLI app where you need to output stuff? What can we add to quicli that would make outputting information/data to the terminal really...

maybe - use case needed

Do typical Rust CLI apps use iterators a lot? Do they benefit from the convenience functions that [itertools] provides? Will new Rust users discover, understand, and use these methods if...

maybe - use case needed