Skip to content

Commit 7716eac

Browse files
committed
update worker to use parser for SocketAddr
1 parent 5c368e2 commit 7716eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/dworker/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use utils::{handle_signals, initialize_logger};
1010
#[command(version, about)]
1111
struct Cli {
1212
/// scheduler to connect to
13-
#[arg(short, long)]
13+
#[clap(short, long)]
1414
address: SocketAddr,
1515
/// worker name
1616
#[arg(short, long)]

0 commit comments

Comments
 (0)