pub fn run_cli( command_name: String, sub_command: bool ) -> Result<CliArgs, CargoMakeError>
Handles the command line arguments and executes the runner.