1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 14:24:12 +00:00
This commit is contained in:
Justin McCarthy
2018-05-10 23:23:50 -07:00
parent a383b24a66
commit bb1a7f3f0f
4 changed files with 31 additions and 3 deletions

View File

@@ -32,7 +32,9 @@ func Main() {
func newApp() *cli.App {
app := cli.NewApp()
app.Name = "comply"
app.HideVersion = true
if Version == "" {
app.HideVersion = true
}
app.Version = Version
app.Usage = "policy compliance toolkit"