Skip to content

refactor(cli): hide internal hook commands from --help output#57

Merged
jeff-r2026 merged 1 commit into
Tencent:mainfrom
m0Nst3r873:refactor/hide-internal-commands
Jun 29, 2026
Merged

refactor(cli): hide internal hook commands from --help output#57
jeff-r2026 merged 1 commit into
Tencent:mainfrom
m0Nst3r873:refactor/hide-internal-commands

Conversation

@m0Nst3r873

Copy link
Copy Markdown
Contributor

Summary

Independent PR — can be merged separately from the feature series (#54#55#56).

Pure cosmetic/UX improvement. No behavioral change.

  • Hide 10 internal hook commands from teamai --help: track, track-slash, save-session, dashboard-report, contribute-check, auto-recall, todowrite-hint, mr-hint, hook-dispatch, domains
  • Convert 10+ rarely-used import options to .addOption(...).hideHelp() while keeping them fully functional
  • All hidden commands still work when called directly

Test plan

  • npx tsc --noEmit — zero errors
  • teamai --help — hidden commands no longer appear

@jeff-r2026 jeff-r2026 merged commit c98f2d4 into Tencent:main Jun 29, 2026
7 checks passed
@m0Nst3r873 m0Nst3r873 deleted the refactor/hide-internal-commands branch June 29, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants