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

Method short

atomic-cli/src/commands/status.rs:567–570  ·  view source on GitHub ↗

Enable short format.

(mut self)

Source from the content-addressed store, hash-verified

565
566 /// Enable short format.
567 pub fn short(mut self) -> Self {
568 self.short = true;
569 self
570 }
571
572 /// Hide untracked files.
573 pub fn hide_untracked(mut self) -> Self {

Callers 3

test_output_config_shortFunction · 0.45
output_tableMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_output_config_shortFunction · 0.36