pub fn new_remote_github_repository(
    github_client: &impl SendToGitHubApi
) -> Option<()>
Expand description

Interactive ask to create a new remote GitHub repository

Use a function pointer to send_to_github_api() to avoid passing the secret_token.