Function git_nomad::build_cli

source ยท
pub(crate) fn build_cli(
    default_user: Option<User<'_>>,
    default_host: Option<Host<'_>>,
) -> Command
Expand description

Use clap to define the intended command line interface.

Available separately from execution to allow completions