prepare crates.io release

This commit is contained in:
crapStone 2022-07-16 02:34:51 +02:00
parent 8f16e59680
commit ba2844c7d1
No known key found for this signature in database
GPG key ID: 4CAA9E39EEDEB1F0
3 changed files with 17 additions and 11 deletions

View file

@ -13,7 +13,7 @@ use clap_complete::{generate_to, shells, Generator};
include!("src/cli.rs");
const OUTDIR: &str = "completions";
const OUTDIR: &str = "target/completions";
fn main() -> Result<(), Error> {
let mut cmd = build_cli();