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

Method with_reword

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

Builder: set the reword flag.

(mut self, reword: bool)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls