pub async fn load_script_value( script_absolute_path: &str, print_yaml: bool, print_output: PrintOutput, analyzer: Option<&Analyzer>, ) -> Result<(Value, String), Error>