# Functions
FindConfig will return the first .gitgroup file that it finds going up the directory tree.
Run is the CLI entrypoint.
# Structs
CloneCommand implements the cli.Command interface to clone a group.
Meta ...
MultiThread ...
ProgressBar ...
PullCommand implements the cli.Command interface to run git pull on every cloned project in group.
UpdateCommand implements the cli.Command interface to self update git-group binary.
WorkDirConfig persists the options used to initially clone a group to re-use them for pull commands.