git_nomad

Function specified_workflow

source
pub(crate) fn specified_workflow<'a>(
    renderer: &mut impl Renderer,
    matches: &'a mut ArgMatches,
    git: &GitBinary<'_>,
    current_shell_path: Option<OsString>,
) -> Result<Workflow<'a>>
Expand description

The nomad workflow the user intends to execute via the CLI.

ยงPanics

If clap does not prevent certain assumed invalid states.