mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 00:37:51 +08:00
- Extract configureFlagCompletions helper in cmd/root.go so the gate
between normal invocations and __complete requests can be unit-tested.
- Add TestConfigureFlagCompletions with table cases for plain commands,
--help, __complete, and the completion subcommand.
- Add TestShortcutMount_FlagCompletions{Registered,Disabled} in
shortcuts/common to exercise the two RegisterFlagCompletion call
sites in registerShortcutFlagsWithContext (enum flag and --format).
Change-Id: Idcb302bb40045b1c5b34580ec90d586eae8b8707