Skip to main content
Module

x/alfredo/deps.ts>Command#getArgument

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

Get argument by name.

Parameters

name: string

Name of the argument.

Returns

IArgument | undefined