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