We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set_gitlab_connection()
This is to avoid fun(project = my_proj) each time.
fun(project = my_proj)
missing(project)
The text was updated successfully, but these errors were encountered:
project first in functions
b117762
issue #27 issue #33
connection: examples and tests
abd4760
issue #27 #33
last modif for project first and v2
c82c3ea
issue #16 issue #27 issue #33
Fix branch tests and add examples
16d8e8f
closes issue #27 closes issue #33
No branches or pull requests
set_gitlab_connection()
works and propose a similar way to set a project for the entire session.This is to avoid
fun(project = my_proj)
each time.missing(project)
The text was updated successfully, but these errors were encountered: