import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Command } = cliffy;
Add new sub-command.
Type Parameters
Parameters
cmd: C
The new child command to register.
Add new sub-command.
Parameters
name: N
Command definition. E.g: my-command <input-file:string> <output-file:string>