Enum CliTableStylePreset
The single source of truth for built-in table style presets (see CliTableStyles).
The low range (0–99) holds boring intent/alias names; the 100+ range holds the exact "city" recipes they map to. The grouping keeps the alias/city distinction visible in code and leaves room to extend either range. The menu order is intentional — do not reorder.
public enum CliTableStylePreset
Fields
Alert = 3- Alert table preset; canonicalizes to Palermo.
Bologna = 105- Roma-style framing on the default surface.
Condensed = 4- Condensed vertical table preset; canonicalizes to Parma.
Default = 0- Default table preset; canonicalizes to Roma.
Details = 5- Details table preset; canonicalizes to Lucca.
DetailsCondensed = 6- Condensed details table preset; canonicalizes to Verona.
Genova = 104- Tight single-line boxed grid with no padding.
Grid = 2- Grid table preset; canonicalizes to Napoli.
Light = 1- Light table preset; canonicalizes to Milano.
List = 7- List table preset; canonicalizes to Milano.
Lucca = 109- Boxed detail-view style; horizontal-only.
Milano = 101- Single-line boxed grid on a panel surface.
Napoli = 102- Full single-line grid with record separators on the default surface.
Palermo = 106- Attention-style table using the alert surface.
Parma = 107- Compact vertical list style; vertical-only.
Roma = 100- Double outer frame with header rule and column separators on a panel surface.
Torino = 103- Frameless outer table with header rule and column separators.
Verona = 108- Condensed detail-view style; horizontal-only.