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

Method print_stderr

cli-table/src/table.rs:72–74  ·  view source on GitHub ↗

Prints current table to `stderr`

(&self)

Source from the content-addressed store, hash-verified

70
71 /// Prints current table to `stderr`
72 pub(crate) fn print_stderr(&self) -> Result<()> {
73 self.print_writer(BufferWriter::stderr(self.color_choice))
74 }
75
76 fn color_spec(&self) -> ColorSpec {
77 self.style.color_spec()

Callers 1

print_stderrFunction · 0.80

Calls 1

print_writerMethod · 0.80

Tested by

no test coverage detected