update clap version, redo arg_handler with derive

The argument parsing is redone with derive of a struct. For now the
ArgHandler is kept as is to minimize the necessary changes.
This commit is contained in:
Johann150
2023-12-29 00:32:20 +01:00
parent 2928144bca
commit 8e8cfa4f42
5 changed files with 235 additions and 183 deletions

View File

@@ -14,7 +14,7 @@ categories = [
[dependencies]
bufstream = "0.1"
clap = "2.34"
clap = { version = "4.4", features = [ "derive" ] }
image = "0.23"
num_cpus = "1.13.1"
regex = "1.5"