Skip to main content
Module

x/mod/deps.ts>Command#parseFlags

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.parseFlags
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.ts";

Parse raw command line arguments.

Parameters

args: string[]

Raw command line arguments.

Returns

IFlagsResult & { actionOption?: IOption & { action: IAction; }; }