Skip to content

Commit c4ff0da

Browse files
committed
erd for completions
1 parent be7d529 commit c4ff0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
6060
let ctx = Context::init()?;
6161

6262
if let Some(shell) = ctx.completions {
63-
clap_complete::generate(shell, &mut Context::command(), "et", &mut stdout().lock());
63+
clap_complete::generate(shell, &mut Context::command(), "erd", &mut stdout().lock());
6464
return Ok(());
6565
}
6666

0 commit comments

Comments
 (0)