import { Command } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.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/lume@v1.18.4/deps/cliffy.ts";
Set default command. The default command is executed when the program was called without any argument and if no action handler is registered.