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

Method with_kind

atomic-cli/src/commands/init.rs:370–373  ·  view source on GitHub ↗

Builder: set the project kind for .atomicignore template.

(mut self, kind: impl Into<String>)

Source from the content-addressed store, hash-verified

368
369 /// Builder: set the project kind for .atomicignore template.
370 pub fn with_kind(mut self, kind: impl Into<String>) -> Self {
371 self.kind = Some(kind.into());
372 self
373 }
374
375 /// Builder: enable vault initialization.
376 pub fn with_vault(mut self) -> Self {

Calls

no outgoing calls