summaryrefslogtreecommitdiffstats
path: root/src/commands/env_of.rs
AgeCommit message (Expand)Author
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-09Add subcommand: env-ofMatthias Beyer