import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.1/command/command.ts";
Set command callback method.
Parameters
fn: ActionHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>
Command action handler.