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
|
|
@ -11,3 +11,4 @@ anyhow = "1.0.76"
|
|||
proto = { path = "../proto" }
|
||||
minisql = { path = "../minisql" }
|
||||
parser = { path = "../parser" }
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue