Table of Contents

Class CmdTable

Namespace
SunamoCl.SunamoCmd.Tables
Assembly
SunamoCl.dll

Renders formatted tables in console output.

public class CmdTable
Inheritance
CmdTable
Inherited Members
Extension Methods

Methods

CmdTable2(List<string>, List<List<string>>)

Renders a formatted table with headers and data rows to the console

public static void CmdTable2(List<string> headers, List<List<string>> rows)

Parameters

headers List<string>

Column header names

rows List<List<string>>

Rows of data to display