class CompleteCommand
extends DefaultCommand
import { CompleteCommand } from "https://deno.land/x/cliffy@v0.6.0/packages/command/commands/completions/complete.ts";
Execute complete method for specific action and command.
Constructors
new
CompleteCommand(parent: BaseCommand)