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.
Problem
codeindex hooks runis an internal command called by Git hook shell scripts, not intended for user invocation. It appears incodeindex hooks --helpoutput which is confusing.Suggestion
Add
hidden=Trueto the@hooks.command()decorator for therunsubcommand.Priority
Low - cosmetic improvement.