import { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.2/command/command.ts";
Register command specific custom type.
Parameters
complete: ICompleteHandler<Partial<CO>, Partial<CA>, CG, PG, any>
The callback method to complete the type.
x/cliffy/command/command.ts>Command#complete
import { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.2/command/command.ts";
Register command specific custom type.
The callback method to complete the type.