Skip to content
Snippets Groups Projects
Unverified Commit 6b91e95a authored by Cheuk Pui Lam's avatar Cheuk Pui Lam
Browse files

fix(client):Fixes address argument

parent 5fa8dca2
No related branches found
No related tags found
1 merge request!2feat(client): Client implementation
......@@ -12,6 +12,7 @@ pub struct Cli{
#[command(subcommand)]
pub command:Commands,
#[clap(global= true)]
#[arg(short, long, default_value = "http://localhost:8080/")]
pub address: String,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment