Skip to content

parseGateArguments

Parses the command-line arguments for the gate script.

Import:

import { parseGateArguments } from 'obsidian-dev-utils/script-utils/gate';

Signature:

function parseGateArguments($arguments: string[]): GateOptions

Parameters:

ParameterTypeDescription
$argumentsstring[]

Returns: GateOptions — The parsed GateOptions.