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 be7d529 commit c4ff0daCopy full SHA for c4ff0da
src/main.rs
@@ -60,7 +60,7 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
60
let ctx = Context::init()?;
61
62
if let Some(shell) = ctx.completions {
63
- clap_complete::generate(shell, &mut Context::command(), "et", &mut stdout().lock());
+ clap_complete::generate(shell, &mut Context::command(), "erd", &mut stdout().lock());
64
return Ok(());
65
}
66
0 commit comments