Open deining opened 1 year ago
This is the one command I talk about here:
https://github.com/bep/simplecobra#differences-to-cobra
hugo new
only work because of backward compability (we just append content
to the argument list), the correct command to use is hugo new content
.
We will eventually add a warning on hugo new
.
Hugo command
new --help
prints out 9 flags:The documentation for command
hugo new
lists option--help
only. This needs to be corrected.Note: The documentation for command
hugo new content
correctly lists 9 options.