import { Command } from "https://deno.land/x/cliffy@v0.24.0/command/command.ts";
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>