Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_short
Function · 0.45
test_output_config_builder_chain
Function · 0.45
output_table
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_output_config_short
Function · 0.36
test_output_config_builder_chain
Function · 0.36