Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>UpgradeOptions

A better way to work with processes in Deno.
Go to Latest
interface UpgradeOptions
import { type UpgradeOptions } from "https://deno.land/x/proc@0.21.8/tools/deps/cliffy.ts";

Properties

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