fix: lake: add lake help cache (#10616)

This PR fixes an oversight where `lake cache help` existed but `lake
help cache` (and by extension `lake cache --help`) did not.
This commit is contained in:
Mac Malone 2025-09-29 08:41:28 -04:00 committed by GitHub
parent 4338a8be32
commit 6f3fef9373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -516,6 +516,7 @@ public def help : (cmd : String) → String
| "pack" => helpPack
| "unpack" => helpUnpack
| "upload" => helpUpload
| "cache" => helpCacheCli
| "test" => helpTest
| "check-test" => helpCheckTest
| "lint" => helpLint