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

Method with_reword

atomic-cli/src/commands/revise.rs:264–267  ·  view source on GitHub ↗

Builder: set the reword flag.

(mut self, reword: bool)

Source from the content-addressed store, hash-verified

262
263 /// Builder: set the reword flag.
264 pub fn with_reword(mut self, reword: bool) -> Self {
265 self.reword = reword;
266 self
267 }
268
269 /// Builder: set the no-edit flag.
270 pub fn with_no_edit(mut self, no_edit: bool) -> Self {

Calls

no outgoing calls