feat: add env vars for flags
This commit is contained in:
parent
f083d7e701
commit
bef9698fc1
2 changed files with 18 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ tar = "0.4.38"
|
|||
flate2 = "1.0.26"
|
||||
# Used for backup filenames
|
||||
chrono = "0.4.26"
|
||||
clap = { version = "4.3.1", features = ["derive"] }
|
||||
clap = { version = "4.3.1", features = ["derive", "env"] }
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue