Justintime50 / github-archive

A powerful tool to concurrently clone, pull, or fork user and org repos and gists to create a GitHub archive.
MIT License
186 stars 48 forks source link

Transition all Env Variables to CLI Flags #30

Closed Justintime50 closed 2 years ago

Justintime50 commented 2 years ago

For better control and flexibility, let's move all env variables to CLI flags and rework the whole app to properly pass those variables around as class variables instead of parameters to each function.