pub fn load_steps(jj: &JjCli) -> Result<Vec<SetupStep>>Expand description
Load jj-hooks.setup from jj’s config, returning Ok(vec![])
when the key isn’t set (jj config get exits non-zero for a
missing key — that’s the “no setup configured” path, not an
error).