Skip to content

install_gitlab() should pass quiet to gitlab_pat() #437

@MichaelChirico

Description

@MichaelChirico
formals(remotes::install_gitlab)[c('auth_token', 'quiet')]
# $auth_token
# gitlab_pat()

# $quiet
# [1] FALSE

formals(remotes:::gitlab_pat)
# $quiet
# [1] TRUE

Seems it would be simple & consistent to pass quiet on to gitlab_pat. Will file a PR shortly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions