mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
commands: Re-add the missing releaser command
This commit is contained in:
@@ -118,6 +118,9 @@ func TestCommandsPersistentFlags(t *testing.T) {
|
||||
root := b.addAll().build()
|
||||
|
||||
for _, c := range b.commands {
|
||||
if c.getCommand() == nil {
|
||||
continue
|
||||
}
|
||||
// We are only intereseted in the flag handling here.
|
||||
c.getCommand().RunE = noOpRunE
|
||||
}
|
||||
|
Reference in New Issue
Block a user