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

1
Cargo.lock generated
View file

@ -203,6 +203,7 @@ name = "client"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"minisql",
"parser",
"proto",