Caleb Maclennan
Caleb Maclennan
I don't think it is currently possible to lint for that, nor will I likely have time or interest in figuring it out. If you can figure out a clean...
That isn't what "fixed set" means. Is there a master list of all possible top level keys?
Or TOML? Because Rust loves it...
As of #63 the CLI can read configuration at runtime from the ENV vars. It should be pretty easy to merge in values from a file, See [config::File](https://docs.rs/config/0.10.1/config/struct.File.html). TOML or...
This is needed to resolve the conundrum in #90.
Done. Works for basic flags and strings, doesn't work yet for arrays.
Oh hello there Debian. This one is on me. The requirements are *mostly* documented in the README, although I see the most recent addition `git-warp-time` isn't mentioned yet. That one...
I haven't been able to poke at a Debian system yet to start listing dependencies, but I did remember the other *really useful* and basically definitive place to review them:...
It would also enable completions!
Work on this is mostly done, and it works for some projects. There are still a few edge cases that aren't disentanged from the old way of thinking, but in...