Function git_nomad::specified_workflow

source ·
pub(crate) fn specified_workflow<'a>(
    renderer: &mut impl Renderer,
    matches: &'a mut ArgMatches,
    git: &GitBinary<'_>,
) -> 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.