docs: add atl issue link --list and --delete to CLI docs#63
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the CLI documentation to include new subcommands for managing issue links. Specifically, it adds examples for listing existing links and deleting a link by its ID, ensuring the documentation accurately reflects the latest functionality available in the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request successfully adds documentation for the new atl issue link --list and atl issue link --delete commands to the lib/llm/index.js file. The changes are straightforward and accurately reflect the new CLI functionalities as described in the pull request. No issues were found.
Adds the two new link subcommands from enthus-appdev/atl-cli#43 to the injected CLI docs:
atl issue link PROJ-1 --list— list links on an issueatl issue link PROJ-1 --delete <id>— remove a link by ID