1 2 3 4 5 6 7 8
//! Init command use anyhow::Result; use clap::Parser; #[derive(Parser, Debug)] pub struct InitCommand; impl InitCommand {}