Added version command
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-04-01 22:55:51 -04:00
parent 6371417234
commit ef492f6008
3 changed files with 24 additions and 1 deletions

View File

@ -6,6 +6,7 @@ edition = "2021"
readme = "README.md"
license = "BSD 2-Clause"
authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"]
repository = "https://git.metaunix.net/BitGoblin/zealot"
[dependencies]
clap = { version = "3.2", features = ['derive'] }