MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / show_header_separator

Method show_header_separator

atomic-cli/src/output/table.rs:326–329  ·  view source on GitHub ↗

Set whether to show the header separator line.

(&mut self, show: bool)

Source from the content-addressed store, hash-verified

324
325 /// Set whether to show the header separator line.
326 pub fn show_header_separator(&mut self, show: bool) -> &mut Self {
327 self.show_header_separator = show;
328 self
329 }
330
331 /// Set the column separator string.
332 pub fn column_separator(&mut self, sep: impl Into<String>) -> &mut Self {

Callers 1

Calls

no outgoing calls

Tested by 1