Skip to main content
Module

x/cliffy/table.ts>ITableOptions

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

Table option's.

Properties

optional
header: string[]
optional
padding: number | number[]
optional
indent: number
optional
maxSize: number | number[]
optional
minSize: number | number[]
rows: any[][]
optional
border: boolean