Skip to main content
Module

x/cliffy/command/mod.ts>UpgradeOptions

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

Properties

name: string
optional
from: string
to: string
optional
args: Array<string>
optional
main: string
optional
importMap: string