Skip to main content
Module

x/velociraptor/deps.ts>Command#parseArguments

The npm-style script runner for Deno
Latest
method Command.prototype.parseArguments
Re-export
import { Command } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";

Parse command-line arguments.

Parameters

args: string[]

Raw command line arguments.

flags: Record<string, unknown>

Parsed command line options.