Add the port and host CLI arguments
Improve args and add them to --help Remove unnecessary unwraps
This commit is contained in:
parent
85bc46c5b0
commit
e80beaf160
3 changed files with 16 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -203,6 +203,7 @@ name = "client"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"minisql",
|
||||
"parser",
|
||||
"proto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue