Got it. The --format
flag appears in the:
- auto-completion suggestions for
hugo list
- man page for
hugo list
- generated doc pages (
hugo gen doc
)
From what I can see, the --format
flag did not appear in these with v0.111.3 and earlier (and threw an error if you tried to use it), and in v0.112.0 and later the flag doesn’t do anything.
So we need to remove the flag from the three help sources above:
https://github.com/gohugoio/hugo/issues/11022
Regarding the newly consistent output between hugo list all
and hugo list xxx
, you’re right, it’s not in the release notes—sorry about that.
https://discourse.gohugo.io/t/hugo-0-112-0-released/44492/14?u=jmooring