get_build_command

Function get_build_command 

Source
pub fn get_build_command(
    config: &LandConfig,
    profile_name: &str,
) -> Option<String>
Expand description

Gets the build command for a profile.

§Arguments

  • config - The loaded configuration
  • profile_name - Name of the profile

§Returns

Option containing the build command if found