tweak deps, eliminating strsim 0.8 dependency

I also enabled the colored help option for clap, since we're paying for
the color dep anyway.
This commit is contained in:
Scott Lamb
2021-06-15 00:45:11 -07:00
parent 92a365eb73
commit 9cb19d5c82
3 changed files with 7 additions and 18 deletions

View File

@@ -22,7 +22,8 @@ mod web;
#[derive(StructOpt)]
#[structopt(
name = "moonfire-nvr",
about = "security camera network video recorder"
about = "security camera network video recorder",
global_settings(&[clap::AppSettings::ColoredHelp])
)]
enum Args {
/// Checks database integrity (like fsck).