Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cliffy/mod.ts>Cell

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

Properties

protected
options: ICellOptions

Methods

border(enable: boolean, override?: boolean): this

Setter:

clone(value?: ICell): Cell
getBorder(defaultValue?: boolean): boolean | undefined

Getter:

Static Methods

from(cell: ICell): Cell