Update CREW_COMMANDS constant and replace hardcoded Available commmands (#9604)

This commit is contained in:
Ed Reel
2024-04-05 02:56:58 -05:00
committed by GitHub
parent 6c67b9fe98
commit c141f4631d
3 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ class Command
else
puts <<~EOT
Usage: crew help <command>
Available commands: build, check, const, deps, download, files, help, install, license, list, postinstall, prop, reinstall, remove, search, sysinfo, test, update, upgrade, upload, version, whatprovides
Available commands: #{CREW_COMMANDS}
EOT
end
end