Support ClI argument for Version and Help

This commit is contained in:
Hugo 2025-06-23 19:22:32 -04:00 committed by Jeremy Soller
parent d1dc537c7b
commit 4a41aa1d86
3 changed files with 69 additions and 13 deletions

View file

@ -25,6 +25,8 @@ ron = "0.8"
serde = { version = "1", features = ["serde_derive"] }
shlex = "1"
tokio = { version = "1", features = ["sync"] }
# CLI arguments
clap_lex = "0.7"
# Internationalization
i18n-embed = { version = "0.15", features = [
"fluent-system",