o

dynamics.cli

Listings

object Listings

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Listings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def mkList[T](config: CommonConfig, items: Seq[T], colnames: Seq[String], cols: Option[Dynamic] = None)(flatten: (T) ⇒ Seq[String]): IO[String]

    Create an in-memory table for output.

    Create an in-memory table for output. Potentially contains terminal escape codes. You do not want to use this for large tables of more than a few thousand rows. Column options start at index 1.