Skip to main content
Module

x/omdb/deps.ts>Command#arguments

Access OMDb's API with Deno.
Go to Latest
method Command.prototype.arguments
Re-export
import { Command } from "https://deno.land/x/omdb@v1.4.3/deps.ts";

Set command arguments:

requiredArg:string [optionalArg: number] [...restArgs:string]

Type Parameters

TArguments extends TypedArguments<TArgs, Merge<TParentCommandTypes, Merge<TCommandGlobalTypes, TCommandTypes>>>
optional
TArgs extends string = string

Returns

Command<TParentCommandGlobals, TParentCommandTypes, TCommandOptions, TArguments, TCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommand>