Skip to main content
Module

x/cliffy/table.ts>addRow

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

Add row to rows.

Parameters

rows: string[][]

The rows on which the row will be appended.

row: string[]

The row to append.

size: number[]

Max cell length for each cell in the row.