| 3934 | : CLI_ERR; |
| 3935 | } |
| 3936 | static int cbm_reconcile_codex_hooks_command(const char *config_path, const char *command, |
| 3937 | const char *command_windows, |
| 3938 | cbm_toml_codex_hook_action_t action, bool check_only) { |
| 3939 | return cbm_reconcile_codex_hooks_command_detailed(config_path, command, command_windows, action, |
| 3940 | check_only, NULL); |
| 3941 | } |
| 3942 | static int cbm_upsert_codex_hooks_command(const char *config_path, const char *command, |
| 3943 | const char *command_windows) { |
| 3944 | return cbm_reconcile_codex_hooks_command(config_path, command, command_windows, |
no test coverage detected