-
-
Notifications
You must be signed in to change notification settings - Fork 163
Bug: glab config crashes on run #60
Comments
@profclems is there any reason why you didn't use a library to parse commands and args? For example, |
I'll look at that... At the meantime, you can set your variables with glab config global --token=xxxxxx --url=https://gitlab.com |
I wanted a lot more flexibility. I've actually looked into cobra |
From looking at your code, cobra would handle all that you need. Its really flexible. |
the CLI world, these two statements are the same: |
I'll consider that! Thanks a lot Or do you think you could open a quick PR to help with that? It'll be much appreciated |
I'll fork and open a PR |
glab config
crashes on run
Description
Code actually crashes.
Expected Behavior
Some useful message
Actual Behavior
Possible Fix
Steps to Reproduce
See #59 for the setup how I built/installed glab.
Context
Your Environment
The text was updated successfully, but these errors were encountered: