Make is_dev for get_common_key() non-optional

This commit is contained in:
2025-04-03 13:41:44 -04:00
parent 405df67e49
commit 0bda6dabf3
6 changed files with 36 additions and 14 deletions

View File

@@ -34,3 +34,4 @@ glob = "0"
regex = "1"
clap = { version = "4", features = ["derive"] }
anyhow = "1"
thiserror = "2"