import { Row } from "https://deno.land/x/cliffy@v0.17.0/table/row.ts";
Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.
import { Row } from "https://deno.land/x/cliffy@v0.17.0/table/row.ts";
Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.