···4141 Command::new("setup")
4242 .about("Set up the environment with the default configuration.")
4343 .arg(arg!(-d --"dry-run" "Simulate the setup process without making any changes."))
4444- .arg(arg!(-y --"yes" "Skip confirmation prompts during setup.")),
4444+ .arg(arg!(-y --"yes" "Skip confirmation prompts during setup."))
4545+ .alias("apply"),
4546 )
4647 .arg(arg!(-d --"dry-run" "Simulate the setup process without making any changes."))
4748 .arg(arg!(-y --"yes" "Skip confirmation prompts during setup."))