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