Skip to content

Commit

Permalink
no longer printing args on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
larsfroelich committed Feb 17, 2024
1 parent 582da74 commit ad23c58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unifi-protect-bulk-download"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
homepage = "https://github.com/xlfpx/unifi-protect-bulk-download"
repository = "https://github.com/xlfpx/unifi-protect-bulk-download"
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mod parse_args;
#[tokio::main]
async fn main() {
let args = parse_args();
println!("Args: {:?}!", args);

match args.subcommand() {
Some(("download", args)) => {
Expand Down

0 comments on commit ad23c58

Please sign in to comment.