Function: binaryHonorsDoubleDash()
ts
function binaryHonorsDoubleDash(binary: string): boolean;Defined in: src/batteries/sandbox/escape.ts:68
Whether a binary in the table can receive the argv terminator.
Parameters
| Parameter | Type |
|---|---|
binary | string |
Returns
boolean