Nadrieril / dhall-rust

Maintainable configuration files, for Rust users
Other
303 stars 27 forks source link

Overwrite test outputs with a `--bless` option #198

Closed Nadrieril closed 3 years ago

Nadrieril commented 3 years ago

I prefer this to the previous way which involved setting an environment variable. An env variable felt a bit clunky. I sadly can't get --bless to appear in the --help message without copying all of libtest_mimic's argument parsing. Not worth it.