bijancn / gitlabctl

Control gitlab from the command line
MIT License
1 stars 2 forks source link

refactor: Move config code to its own module #7

Closed skneko closed 4 years ago

skneko commented 4 years ago

Fixes #4

I've used getter functions as I understand Config is a read only struct that must be built once using some parsing process.