MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / print_stdout

Function print_stdout

cli-table/src/lib.rs:226–228  ·  view source on GitHub ↗

Prints a table to `stdout`

(table: T)

Source from the content-addressed store, hash-verified

224
225/// Prints a table to `stdout`
226pub fn print_stdout<T: Table>(table: T) -> Result<()> {
227 table.table().print_stdout()
228}
229
230/// Prints a table to `stderr`
231pub fn print_stderr<T: Table>(table: T) -> Result<()> {

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

print_stdoutMethod · 0.80
tableMethod · 0.80

Tested by

no test coverage detected