mirror of
https://github.com/strongdm/comply
synced 2025-12-06 14:24:12 +00:00
homebrew
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user