Skip to main content
Module

x/commandis/mod.ts>CommandParameter

Official framework for Corddis lib ( for Deno only )
Latest
interface CommandParameter
import { type CommandParameter } from "https://deno.land/x/commandis@v0.6.5/mod.ts";

Properties

name: string
optional
default: any

If you want to set nullable value as default property set it to null

optional
required: boolean

If default property is set, defaults to false. In any other case value is true.