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