Skip to main content
Module

x/cliffy/command/upgrade/mod.ts>UpgradeCommandOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface UpgradeCommandOptions
import { type UpgradeCommandOptions } from "https://deno.land/x/cliffy@v0.24.3/command/upgrade/mod.ts";

Type Parameters

optional
P extends Provider = Provider
optional
V extends P | Array<P> = P | Array<P>

Properties

provider: V
optional
main: string
optional
importMap: string
optional
args: Array<string>