Skip to main content
Module

x/johnny_decimal/models/command.ts>Command

Utilities for interacting with a Johnny Decimal filing system.
Go to Latest
interface Command
import { type Command } from "https://deno.land/x/johnny_decimal@1.1.1/models/command.ts";

Properties

name: string
optional
description: string
optional
usage: string
optional
alias: string[]
fn: (this: Directory, args?: string[]) => Promise<any>