You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hookboy should display help text after every hook.
In light gray so as to not be too distracting.
Should be able to be turned off by running hookboy config set ShowHelp false (ShowHelp must be uppercase)
Should be able to be turned off when first installing hooks by running hookboy install --do-not-show-help
Subsequent runs of hookboy install should not modify any past set config values
The text was updated successfully, but these errors were encountered:
Hookboy should display help text after every hook.
In light gray so as to not be too distracting.
Should be able to be turned off by running
hookboy config set ShowHelp false
(ShowHelp must be uppercase)Should be able to be turned off when first installing hooks by running
hookboy install --do-not-show-help
Subsequent runs of
hookboy install
should not modify any past set config valuesThe text was updated successfully, but these errors were encountered: