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

Method with_no_untracked

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

Builder: set whether to hide untracked files.

(mut self, no_untracked: bool)

Source from the content-addressed store, hash-verified

223
224 /// Builder: set whether to hide untracked files.
225 pub fn with_no_untracked(mut self, no_untracked: bool) -> Self {
226 self.no_untracked = no_untracked;
227 self
228 }
229
230 /// Get status options based on command settings.
231 fn get_status_options(&self) -> StatusOptions {

Calls

no outgoing calls