import { BaseCommand } from "https://deno.land/x/cliffy@v0.5.1/command.ts";
Parse command line arguments and execute matched command.
Returns
Promise<IFlagsParseResult>
x/cliffy/command.ts>BaseCommand#parse
import { BaseCommand } from "https://deno.land/x/cliffy@v0.5.1/command.ts";
Parse command line arguments and execute matched command.