import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Command } = cliffy;
Parse raw command line arguments.
Returns
IFlagsResult & { actionOption?: IOption & { action: IAction; }; }
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Command } = cliffy;
Parse raw command line arguments.