Print help message when triggered with no flags

This commit is contained in:
Mos Roshanavand
2023-06-26 20:20:24 +02:00
committed by Bjørn Erik Pedersen
parent 79639c981c
commit 12646750aa
5 changed files with 7 additions and 0 deletions

View File

@@ -286,6 +286,8 @@ You can also specify the kind with ` + "`-k KIND`" + `.
If archetypes are provided in your theme or site, they will be used.
Ensure you run this within the root directory of your site.`
cmd.RunE = nil
return nil
}