Command constructor

Command()

Creates a new GitHub Releases command instance.

Initializes the command with default configuration for GitHub Releases publishing. Sets up argument parsing and command execution capabilities for repository release operations.

The command integrates with the GitHub API to perform release management, asset uploads, and provides comprehensive error handling for common GitHub operations.

Implementation

Command();