Skip to main content
Latest
type alias Subcmd
import { type Subcmd } from "https://deno.land/x/dfm@v0.11/types.ts";
definition: { name: string; info: string; func: (options: SubcmdOptions) => boolean | Promise<boolean>; }