Issue
-
issue-createCreates a new issue for a GitHub repository.
ghc issue-createThis command will prompt you to enter details such as the issue title, description, and assignees to create a new issue in the repository.

-
issue-updateUpdates an existing issue in a GitHub repository.
ghc issue-updateUse this command to update details of an issue, such as title, description, or labels.

-
issue-closeCloses an issue in a GitHub repository.
ghc issue-closeThis command will mark the specified issue as closed, indicating that it has been resolved or is no longer relevant.

-
issue-listLists all open issues in a GitHub repository.
ghc issue-listThis command retrieves a list of open issues for the specified repository. It can help in keeping track of unresolved issues.

-
issue-infoGets detailed information about a specific issue in a GitHub repository.
ghc issue-infoUse this command to fetch detailed information about an issue, such as its title, description, labels, status, and comments.
