lipgloss-table 0.1.1

A table component for terminal user interfaces, styled with Lip Gloss.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
╭─────────────┬──────────────────────────────┬─────┬─────────────┬─────────────╮
│Name         │Description                   │Type │Required     │Default      │
├─────────────┼──────────────────────────────┼─────┼─────────────┼─────────────┤
│command      │A command to be executed      │yes  │             │             │
│             │inside the container to assess│     │             │             │
│             │its health. Each space        │     │             │             │
│             │delimited token of the command│     │             │             │
│             │is a separate array element.  │     │             │             │
│             │Commands exiting 0 are        │     │             │             │
│             │considered to be successful   │     │             │             │
│             │probes, whilst all other exit │     │             │             │
│             │codes are considered failures.│     │             │             │
╰─────────────┴──────────────────────────────┴─────┴─────────────┴─────────────╯