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

Method with_kind

atomic-cli/src/commands/init.rs:363–366  ·  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

361
362 /// Builder: set the project kind for .atomicignore template.
363 pub fn with_kind(mut self, kind: impl Into<String>) -> Self {
364 self.kind = Some(kind.into());
365 self
366 }
367
368 /// Builder: enable vault initialization.
369 pub fn with_vault(mut self) -> Self {

Calls

no outgoing calls