Skip to content

fix: hide internal hooks run command from CLI help #34

@dreamlx

Description

@dreamlx

Problem

codeindex hooks run is an internal command called by Git hook shell scripts, not intended for user invocation. It appears in codeindex hooks --help output which is confusing.

Suggestion

Add hidden=True to the @hooks.command() decorator for the run subcommand.

Priority

Low - cosmetic improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions