Enables/disables non-interactive execution of the runner.
Enable or disables non-interactive execution of the Githooks runner executable.
Enabling non-interactivity will only default answer all non-fatal prompts. Fatal
prompts (e.g. the trust prompts) still need to be configured to pass. See
git hooks config trust-all --help
.
git hooks config non-interactive-runner [flags]
--print Print the setting.
--enable Enables non-interactive mode of the runner executable.
--disable Disables non-interactive mode of the runner executable.
--reset Reset non-interactive mode of the runner executable.
--local Use the local Git configuration (default, except for `--print`).
--global Use the global Git configuration.
-h, --help help for non-interactive-runner
- git hooks config - Manages various Githooks configuration.