Skip to content

feat: add new and init command #357

feat: add new and init command

feat: add new and init command #357

GitHub Actions / clippy failed Feb 7, 2025 in 0s

2 warnings

clippy found 2 warnings

Annotations

Check warning on line 13 in crates/cli/src/components/boilerplates.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/components/boilerplates.rs#L13

constants have by default a `'static` lifetime

Check warning on line 11 in crates/cli/src/commands/components/init.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/commands/components/init.rs#L11

redundant pattern matching, consider using `is_some()`