| 3619 | : CLI_ERR; |
| 3620 | } |
| 3621 | static int cbm_reconcile_codex_hooks_command(const char *config_path, const char *command, |
| 3622 | const char *command_windows, |
| 3623 | cbm_toml_codex_hook_action_t action, bool check_only) { |
| 3624 | return cbm_reconcile_codex_hooks_command_detailed(config_path, command, command_windows, action, |
| 3625 | check_only, NULL); |
| 3626 | } |
| 3627 | static int cbm_upsert_codex_hooks_command(const char *config_path, const char *command, |
| 3628 | const char *command_windows) { |
| 3629 | return cbm_reconcile_codex_hooks_command(config_path, command, command_windows, |
no test coverage detected