---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/functions/binaryHonorsDoubleDash.md
---

# Function: binaryHonorsDoubleDash()

```ts
function binaryHonorsDoubleDash(binary: string): boolean;
```

Defined in: [src/batteries/sandbox/escape.ts:68](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/escape.ts#L68)

Whether a binary in the table can receive the argv terminator.

## Parameters

| Parameter | Type     |
| --------- | -------- |
| `binary`  | `string` |

## Returns

`boolean`
