- Adds a new `--fork` CLI arg which adds support to fork the repos or gists specified via `users`, `orgs`, `stars`, or `gists`
- Removed various shorthand CLI args to avoid confusion and improved help message output for CLI args (updated docs as well)
- Breaking Change Note: The previous `-f` flag that would include forks when cloning or pulling repos/gists is now associated with the `--fork` CLI arg which will actually fork repos to your account. The `--forks` (plural) CLI flag no longer has a shorthand option
- Namespaces for various functions changed for better project organization. As this project is intended to be used as a CLI tool and not a library, the impact should be minimal