added basic method to check syntax command input

This commit is contained in:
Schrottkatze 2023-11-18 19:46:41 +01:00
commit 3952091018
6 changed files with 251 additions and 7 deletions

View file

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
logos = "0.13"
codespan-reporting = "0.11"
clap = { version = "4.4.8", features = [ "derive" ] }