Module CLI

Module CLI 

Source
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-wind

Structsยง

Cli
Land Run System - Configuration-based development runs via Cargo

Enumsยง

Commands
Available subcommands
OutputFormat
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)