Skip to main content
Module

x/nessie/deps.ts>CliffyCommand#default

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method CliffyCommand.prototype.default
Re-export
import { CliffyCommand } from "https://deno.land/x/nessie@2.0.7/deps.ts";

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.