mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update CREW_COMMANDS constant and replace hardcoded Available commmands (#9604)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user