import { BaseCommand } from "https://deno.land/x/cliffy@v0.6.0/mod.ts";
Set default command. The default command will be called if no action handler is registered.
x/cliffy/mod.ts>BaseCommand#default
import { BaseCommand } from "https://deno.land/x/cliffy@v0.6.0/mod.ts";
Set default command. The default command will be called if no action handler is registered.