git_hooks_config_non-interactive-runner.md
March 30, 2024 ยท View on GitHub
git hooks config non-interactive-runner
Enables/disables non-interactive execution of the runner.
Synopsis
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]
Options
--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
SEE ALSO
- git hooks config - Manages various Githooks configuration.