Skip to main content

plan

Function plan 

Source
pub fn plan(env: &Environment, home: &Path, rc_already_wired: bool) -> Vec<Step>
Expand description

Build the ordered plan for this environment. rc_already_wired is whether the rc file already carries the marker line (checked by the caller, injected here to stay pure).