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:
parent
4338a8be32
commit
6f3fef9373
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue