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

x/powar/deps.ts>cliffy.Command#parseArguments

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
method cliffy.Command.prototype.parseArguments
Re-export
import { cliffy } from "https://deno.land/x/powar@1.0.1/deps.ts";
const { Command } = cliffy;

Parse command-line arguments.

Parameters

ctx: ParseContext

Parse context.

options: Record<string, unknown>

Parsed command line options.

Returns

TCommandArguments