import { Command } from "https://deno.land/x/cliffy@v0.19.0/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://deno.land/x/cliffy@v0.19.0/command/command.ts";
Parse command line arguments and execute matched command.