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 d7f6a62 commit f7e98b2Copy full SHA for f7e98b2
lib/src/docgen.rs
@@ -10,7 +10,7 @@ use camino::Utf8Path;
10
use clap::{Command, CommandFactory};
11
12
pub fn generate_manpages(directory: &Utf8Path) -> Result<()> {
13
- generate_one(directory, crate::cli::Opt::command())
+ generate_one(directory, crate::cli::Cli::command())
14
}
15
16
fn generate_one(directory: &Utf8Path, cmd: Command) -> Result<()> {
0 commit comments