UNPKG

buroventures-harald-code

Version:

Harald Code - AI-powered coding assistant CLI

14 lines 385 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * The placeholder string for shorthand argument injection in custom commands. */ export const SHORTHAND_ARGS_PLACEHOLDER = '{{args}}'; /** * The trigger string for shell command injection in custom commands. */ export const SHELL_INJECTION_TRIGGER = '!{'; //# sourceMappingURL=types.js.map