import { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.2/command/command.ts";
Parse command line arguments and execute matched command.
Returns
Promise<IParseResult<CO, CA, CG, PG, P>>
x/cliffy/command/command.ts>Command#parse
import { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.2/command/command.ts";
Parse command line arguments and execute matched command.