import { Command } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.ts";
Register command specific custom type.
Parameters
complete: CompleteHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, any>
The callback method to complete the type.
options: CompleteOptions & { global: boolean; }
Complete options.
Parameters
complete: CompleteHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>
optional
options: CompleteOptions