Skip to content

Commit

Permalink
fix lock and rm accidental clap attrib
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 7, 2022
1 parent 5fb3d50 commit c1566dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const VERSION: &str = env!("CARGO_PKG_VERSION");

#[derive(Parser, Debug)]
#[command(about, version)]
#[clap(disable_colored_help = false)]
pub struct Args {
/// Database connection string
pub connection: Option<String>,
Expand Down

0 comments on commit c1566dc

Please sign in to comment.