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

Method column_separator

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

Set the column separator string.

(&mut self, sep: impl Into<String>)

Source from the content-addressed store, hash-verified

330
331 /// Set the column separator string.
332 pub fn column_separator(&mut self, sep: impl Into<String>) -> &mut Self {
333 self.column_separator = sep.into();
334 self
335 }
336
337 /// Set the columns with full configuration.
338 ///

Callers 1

Calls

no outgoing calls

Tested by 1