Skip to main content
Latest
method cli.Command.prototype.default
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

Set default command. The default command is executed when the program was called without any argument and if no action handler is registered.

Parameters

name: string

Name of the default command.