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