Skip to main content
Module

x/alfredo/deps.ts>Command#parseArguments

Your Alfred workflows on steroids with Deno
Latest
method Command.prototype.parseArguments
Re-export
import { Command } from "https://deno.land/x/alfredo@0.4.3/deps.ts";

Parse command-line arguments.

Parameters

args: string[]

Raw command line arguments.

flags: Record<string, unknown>

Parsed command line options.