improvement: use clap for command line args

This commit is contained in:
Rasmus Schlunsen
2023-01-14 09:22:11 -06:00
committed by Greg Heartsfield
parent d06d227ebe
commit 73f4f60cc7
6 changed files with 178 additions and 40 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod cli;
pub mod close;
pub mod config;
pub mod conn;