diff options
author | Joe Mooring <[email protected]> | 2024-05-19 08:31:19 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-05-22 19:50:58 +0200 |
commit | 931e096f21c919b4c78e8f1fca23560bde9143b3 (patch) | |
tree | 8233d6a9224a25dd1850f90cac80a1cfeec1b865 /testscripts | |
parent | 548dc21378a13c288eddd097101c7f233292f79d (diff) | |
download | hugo-931e096f21c919b4c78e8f1fca23560bde9143b3.tar.gz hugo-931e096f21c919b4c78e8f1fca23560bde9143b3.zip |
commands: Improve list command
- Improve help text
- Add "kind" and "section" to CSV output
- Add a "published" subcommand to list content that is not draft,
expired, or future.
Closes #12520
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/gen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/commands/gen.txt b/testscripts/commands/gen.txt index 2ab90e5be..22a936b41 100644 --- a/testscripts/commands/gen.txt +++ b/testscripts/commands/gen.txt @@ -1,6 +1,6 @@ # Test the gen commands. # Note that adding new commands will require updating the NUM_COMMANDS value. -env NUM_COMMANDS=42 +env NUM_COMMANDS=43 hugo gen -h stdout 'A collection of several useful generators\.' |