Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/habitra/deps.ts>Command#parseOptions

Command line tool for HabiTra
Latest
method Command.prototype.parseOptions
Re-export
import { Command } from "https://deno.land/x/habitra@v0.3.0/deps.ts";

Parse raw command line arguments.

Parameters

ctx: ParseContext

Raw command line arguments.

options: IOption[]
env: Record<string, unknown>
optional
stopEarly: boolean = [UNSUPPORTED]

Returns

ParseContext