Module

x/cliffy/mod.ts>ITableOptions

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

Properties

optional
indent: number
optional
border: boolean
optional
maxCellWidth: number | number[]
optional
minCellWidth: number | number[]
optional
padding: number | number[]