Function cli::run_cli

source ยท
pub fn run_cli(
    command_name: String,
    sub_command: bool
) -> Result<CliArgs, CargoMakeError>
Expand description

Handles the command line arguments and executes the runner.