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