Add optional --dbpath flag (#6)

* Use common config with lower cache capacity

* Add command line argument parser

* Add optional --dbpath flag
This commit is contained in:
Dave Gallant
2020-06-22 22:54:06 -04:00
committed by GitHub
parent 94863c3c69
commit 1989b48d99
6 changed files with 101 additions and 31 deletions

View File

@@ -17,3 +17,4 @@ pretty_env_logger = "0.4.0"
regex = "1.3.9"
rust-crypto = "^0.2"
sled = "0.31.0"
clap = "2.33.1"