import { type commands } from "https://deno.land/x/args@2.1.0/index.ts";
const { SubCommandReturn } = commands;
Type of value of SubCommand
Type Parameters
Main extends CommandReturn<any, any, any>
Type of main wrapper
Sub extends CommandReturn<any, any, any>
Subcommand parser
definition: Main | CommandReturn.Sub<Name, Sub>