Module

x/cliffy/mod.ts>addCell

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

Add cell to row.

Parameters

row: string[]

The row on which the cell will be appended.

cell: string

The cell to append.

optional
maxLength: number = [UNSUPPORTED]

Max cell length.

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