summaryrefslogtreecommitdiffstats
path: root/testscripts
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2024-05-19 08:31:19 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-05-22 19:50:58 +0200
commit931e096f21c919b4c78e8f1fca23560bde9143b3 (patch)
tree8233d6a9224a25dd1850f90cac80a1cfeec1b865 /testscripts
parent548dc21378a13c288eddd097101c7f233292f79d (diff)
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.txt2
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\.'