Have consistent naming for binaries #91

Merged
wojtek merged 2 commits from 90---have-consistent-naming-for-binaries into main 2024-01-11 21:29:03 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ jobs:
--ignore-not-existing
--ignore "tests/*"
--ignore "src/main.rs"
--ignore "src/bin/mh-edit.rs"
--ignore "src/bin/musichoard-edit.rs"
--excl-start "GRCOV_EXCL_START|mod tests \{"
--excl-stop "GRCOV_EXCL_STOP"
--output-path ./target/debug/coverage/

View File

@ -35,7 +35,7 @@ name = "musichoard"
required-features = ["bin", "database-json", "library-beets", "ssh-library", "tui"]
[[bin]]
name = "mh-edit"
name = "musichoard-edit"
required-features = ["bin", "database-json"]
[package.metadata.docs.rs]

View File

@ -32,7 +32,7 @@ grcov codecov/debug/profraw \
--ignore-not-existing \
--ignore "tests/*" \
--ignore "src/main.rs" \
--ignore "src/bin/mh-edit.rs" \
--ignore "src/bin/musichoard-edit.rs" \
--excl-start "GRCOV_EXCL_START|mod tests \{" \
--excl-stop "GRCOV_EXCL_STOP" \
--output-path ./codecov/debug/coverage/

View File

@ -11,7 +11,7 @@ use musichoard::{
type MH = MusicHoard<NoLibrary, JsonDatabase<JsonDatabaseFileBackend>>;
#[derive(StructOpt, Debug)]
#[structopt(about = "mh-edit: edit the MusicHoard database",
#[structopt(about = "musichoard-edit: edit the MusicHoard database",
global_settings=&[AppSettings::DeriveDisplayOrder])]
struct Opt {
#[structopt(