mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Clean flags
* Reduce the amount of global flags * Unexport all flag vars and commands vars * Some other minor flag cleaning
This commit is contained in:
@@ -26,7 +26,7 @@ and will give feedback.`,
|
||||
}
|
||||
|
||||
func init() {
|
||||
initCoreCommonFlags(checkCmd)
|
||||
initHugoBuilderFlags(checkCmd)
|
||||
checkCmd.RunE = check
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user