import { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/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://dotland.deno.dev/x/cliffy@v0.19.0/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.