mirror of
https://github.com/larksuite/cli.git
synced 2026-08-03 08:32:46 +08:00
The internal/core split renamed the brand package and aliased the import as brandpkg, and the sweep that rewrote `brand.` also rewrote the word ending three sentences. One of them is user-visible: `apps --help` on Lark read "The "apps" feature is not yet supported on the lark brandpkg." The error path a few lines above was spelled without the trailing period and escaped the sweep, so the two surfaces disagreed. The brand-guard tests only exercised RunE, which --help bypasses, so nothing covered the sentence. Pin it whole: a substring check would still pass on a mangled tail. The other two are comments in internal/auth.