use crate::*;
/// Top-level command selecting the build profile.
///
/// - `dev` — development mode with debug assertions and watch support
/// - `release` — optimized production build
/// The action to perform within a given profile.
///
/// - `run` — build and start the development server
/// - `build` — build only, do not start the server