- Notifications
You must be signed in to change notification settings - Fork673
Open
Labels
Description
slug
is both required and unexpected:
$ python -m gitlab project-service available --project-id 1...__main__.py project-service available: error: the following arguments are required: --slug
$ python -m gitlab project-service available --project-id 1 --slug slack...TypeError: ProjectIntegrationManager.available() got an unexpected keyword argument 'slug'