import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Set default command. The default command is executed when the program was called without any argument and if no action handler is registered.
import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/mod.ts";
Set default command. The default command is executed when the program was called without any argument and if no action handler is registered.