FetchCommand constructor

FetchCommand()

Implementation

FetchCommand() {
  addSubcommand(LocalCommand());
  addSubcommand(GitLabCommand());
  // Add other subcommands as needed (e.g., GitHubCommand)
}