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

Method hide_untracked

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

Hide untracked files.

(mut self)

Source from the content-addressed store, hash-verified

571
572 /// Hide untracked files.
573 pub fn hide_untracked(mut self) -> Self {
574 self.no_untracked = true;
575 self
576 }
577
578 /// Filter to a specific path prefix.
579 pub fn filter_path(mut self, path: impl Into<String>) -> Self {

Calls

no outgoing calls