Add crew test command (#9446)

This commit is contained in:
Ed Reel
2024-03-07 06:29:10 -06:00
committed by GitHub
parent a9028243bf
commit 60d51d58a3
4 changed files with 35 additions and 1 deletions

View File

@@ -106,6 +106,14 @@ class Command
Usage: crew sysinfo
If `-v` or `--verbose` is present, show system information with raw markdown.
EOT
when 'test'
puts <<~EOT
Test crew command(s).
Usage: crew test [<command1> <command2> ...]
The crew command and associated test must exist.
If no commands are provided, all commands will be tested.
To list all commands, simply type 'crew'.
EOT
when 'update'
puts <<~EOT
Update crew.