Skip to content
1 min read · 37 words

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

ParameterType
binarystring

Returns

boolean