We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e254498 commit 2ca6887Copy full SHA for 2ca6887
crates/etc-merge/Cargo.toml
@@ -2,6 +2,8 @@
2
name = "etc-merge"
3
version = "0.1.0"
4
edition = "2024"
5
+license = "MIT OR Apache-2.0"
6
+publish = false
7
8
[dependencies]
9
anyhow = { workspace = true }
crates/lib/src/cli.rs
@@ -1519,7 +1519,6 @@ async fn run_from_opt(opt: Opt) -> Result<()> {
1519
1520
Ok(())
1521
}
1522
-
1523
},
1524
#[cfg(feature = "docgen")]
1525
Opt::Man(manopts) => crate::docgen::generate_manpages(&manopts.directory),
0 commit comments