- add: command line arguments for updating and launching

- add: stub for updating game
This commit is contained in:
2024-12-14 23:41:24 -05:00
parent ff3f6b2148
commit 860b319a03
2 changed files with 72 additions and 41 deletions

View File

@@ -8,3 +8,4 @@ shell-escape = "0.1.5"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
url = "2.5.4"
clap = { version = "4.5.23", features = ["derive"] }