import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts";
Register global complete handler.
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.
Register complete handler.
Parameters
complete: CompleteHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>
The callback method to complete the type.
optional
options: CompleteOptionsComplete options.