Skip to content

feat: add new and init command #357

feat: add new and init command

feat: add new and init command #357

Triggered via pull request February 7, 2025 08:28
Status Success
Total duration 1m 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
crates/cli/src/components/boilerplates.rs#L13
constants have by default a `'static` lifetime
crates/cli/src/commands/components/init.rs#L11
redundant pattern matching, consider using `is_some()`