Skip to main content
Go to Latest
method Command.prototype.getArgument
Re-export
import { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts";

Get argument by name.

Parameters

name: string

Name of the argument.

Returns

Argument | undefined