Add the port and host CLI arguments

Improve args and add them to --help

Remove unnecessary unwraps
This commit is contained in:
Maxim Svistunov 2024-01-28 19:17:19 +01:00
parent 85bc46c5b0
commit e80beaf160
3 changed files with 16 additions and 1 deletions

View file

@ -11,3 +11,4 @@ anyhow = "1.0.76"
proto = { path = "../proto" }
minisql = { path = "../minisql" }
parser = { path = "../parser" }
clap = { version = "4.4.18", features = ["derive"] }