Parse cli arguments with clap

This commit is contained in:
2023-09-29 18:49:33 +02:00
parent 1f33d09ec1
commit 49de8dd465
3 changed files with 204 additions and 23 deletions

View File

@ -10,3 +10,4 @@ glib-macros = "0.15.11"
gio = "0.15.12"
glib = "0.15.12"
gtk4 = "0.4.8"
clap = { version = "4.4.6", features = ["derive"] }