mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-16 17:19:53 +00:00
remove last mentions of flag in main
This commit is contained in:
parent
377b0ea466
commit
939b44e3ca
2 changed files with 5 additions and 4 deletions
|
|
@ -79,5 +79,9 @@ func FromFlags() Config {
|
|||
c.Files = append(c.Files, file)
|
||||
}
|
||||
|
||||
if c.Help {
|
||||
flag.Usage()
|
||||
}
|
||||
|
||||
return c
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue