Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#parseFlags

Opine's application generator
Latest
method Command.prototype.parseFlags
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Parse raw command line arguments.

Parameters

args: string[]

Raw command line arguments.

Returns

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