Module

x/cliffy/mod.ts>addRow

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function addRow
import { addRow } from "https://dotland.deno.dev/x/cliffy@v0.4.0/mod.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.

import addRow
import { addRow } from "https://dotland.deno.dev/x/cliffy@v0.4.0/mod.ts";