Expand description
use crate::Maintain::Source::Run::Fn;
Fn();# Debug run with hot-reload
cargo run --bin Run -- --profile debug-mountain
# Run with specific workbench
./Maintain/Debug/Run.sh --profile debug-windStructsยง
- Cli
- Land Run System - Configuration-based development runs via Cargo
Enumsยง
- Commands
- Available subcommands
- Output
Format - Output format options
Functionsยง
- apply_
overrides ๐ - Apply CLI overrides to environment
- execute_
run_ ๐command - Execute the run command with dual-path environment injection.
- is_
run_ ๐env_ var - Check if an environment variable is a run system variable.
- parse_
key_ ๐val - Parse a key=value pair from command line.
- parse_
profile_ ๐name - Parse and validate profile name
- print_
resolved_ ๐environment - Print resolved environment variables
- print_
run_ ๐header - Print run header
- resolve_
environment_ ๐dual_ path - Resolve environment variables with dual-path merging.
- resolve_
profile_ ๐name - Resolve profile name (handle aliases)