Open Issues Need Help
View All on GitHubAI Summary: The task requires extending the existing CLI utility, `issuer`, to support creating issues in GitLab. This involves creating a new GitLab API client configuration, handling authentication, defining the API endpoint URL, specifying response format expectations, and mapping IMYML properties to their GitLab equivalents. Thorough testing and potentially incorporating user feedback on a release candidate are also needed.
AI Summary: The task requires modifying the Issuer CLI application's code to remove the `-v` alias for the `--version` flag. This involves locating the code responsible for parsing command-line arguments, identifying the `-v` alias, and removing it. Thorough testing should be performed to ensure the removal doesn't introduce unintended consequences.