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

Add a check when no parameters are passed #40

Closed Justintime50 closed 2 years ago

Justintime50 commented 2 years ago

We have a check in place where you must specify an action when a list is present and a list when an action is present but no check to ensure that at least one parameter is passed. This means you can run the tool without specifying a thing and it'll exit successfully without providing details as to why nothing was cloned.