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

Method with_show_deps

atomic-cli/src/commands/change/command.rs:123–126  ·  view source on GitHub ↗

Builder: set show-deps flag.

(mut self, show_deps: bool)

Source from the content-addressed store, hash-verified

121
122 /// Builder: set show-deps flag.
123 pub fn with_show_deps(mut self, show_deps: bool) -> Self {
124 self.show_deps = show_deps;
125 self
126 }
127
128 /// Builder: set show-hunks flag.
129 pub fn with_show_hunks(mut self, show_hunks: bool) -> Self {

Calls

no outgoing calls