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

x/hex/src/cli/mod.ts>Command

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface Command
Re-export
import { type Command } from "https://deno.land/x/hex@0.5.15/src/cli/mod.ts";

Properties

name: string
optional
shortcut: string
description: string
optional
isDefault: boolean
run: (args: string[], options: ExecuteOptions) => void