Skip to content

docs: add missing </bold> closing tag#8564

Merged
jdx merged 1 commit intojdx:mainfrom
muzimuzhi:docs/missing-bold-closing-tag
Mar 12, 2026
Merged

docs: add missing </bold> closing tag#8564
jdx merged 1 commit intojdx:mainfrom
muzimuzhi:docs/missing-bold-closing-tag

Conversation

@muzimuzhi
Copy link
Contributor

No description provided.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 addresses a minor documentation issue by adding previously omitted closing bold tags in the CLI's long help text. The change ensures that the mise install cargo:ripgrep and mise install npm:prettier examples are displayed correctly with bold formatting, improving the readability and accuracy of the command-line interface's help output.

Highlights

  • Documentation Fix: Corrected missing </bold> closing tags in the AFTER_LONG_HELP static string within src/cli/mod.rs to ensure proper formatting of CLI help messages.
Changelog
  • src/cli/mod.rs
    • Fixed missing </bold> closing tags in the AFTER_LONG_HELP string for mise install examples.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 12, 2026

Greptile Summary

This PR fixes two unclosed <bold> tags in the AFTER_LONG_HELP static string within src/cli/mod.rs, which is rendered via the color_print::cstr! macro to produce colored CLI help text.

  • Adds missing </bold> closing tags to the mise install cargo:ripgrep and mise install npm:prettier example lines
  • Without the closing tags, the bold formatting would extend beyond the command itself into the description text (e.g., "Install something via cargo"), potentially causing inconsistent rendering or parse errors depending on how color_print handles unclosed tags
  • No logic changes; this is a pure documentation/help-text correctness fix

Confidence Score: 5/5

  • This PR is safe to merge — it is a one-line documentation fix with no functional impact.
  • The change is minimal, clearly correct, and limited to a static help string. Adding the missing closing tags aligns these two lines with the formatting pattern used by all surrounding lines in the same block.
  • No files require special attention.

Important Files Changed

Filename Overview
src/cli/mod.rs Adds missing </bold> closing tags to two help text lines for mise install cargo:ripgrep and mise install npm:prettier, ensuring correct bold formatting in the CLI help output.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["color_print::cstr! macro"] --> B["Parses bold/underline tags in help string"]
    B --> C{"Closing tag present?"}
    C -- "Before fix (missing </bold>)" --> D["Bold extends into description text\n(unintended formatting)"]
    C -- "After fix (</bold> added)" --> E["Bold applies only to command\n(correct formatting)"]
Loading

Last reviewed commit: 2c7c774

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses a minor formatting issue in the command-line help text. It correctly adds the missing </bold> closing tags for two example commands, ensuring the help output is rendered as intended. The change is straightforward and has no functional impact.

@jdx jdx merged commit c15d5ee into jdx:main Mar 12, 2026
53 of 57 checks passed
@muzimuzhi muzimuzhi deleted the docs/missing-bold-closing-tag branch March 12, 2026 14:59
mise-en-dev added a commit that referenced this pull request Mar 13, 2026
### 🚀 Features

- **(github)** use release latest endpoint to get latest release by
@roele in [#8516](#8516)
- **(install)** add shared and system install directories by @jdx in
[#8581](#8581)
- **(vfox)** add provenance metadata to lockfile for tool plugins by
@malept in [#8544](#8544)

### 🐛 Bug Fixes

- **(aqua)** expose main binary when files field is empty and
symlink_bins is enabled by @AlexanderTheGrey in
[#8550](#8550)
- **(env)** redact secrets in `mise set` listing and task-specific env
by @jdx in [#8583](#8583)
- **(prepare)** install config tools before running prepare steps by
@jdx in [#8582](#8582)
- **(task)** allow ctrl-c to interrupt tool downloads during `mise run`
by @jdx in [#8571](#8571)
- **(tasks)** add file task header parser support for spaces around = by
@roele in [#8574](#8574)

### 📚 Documentation

- **(task)** add property description for interactive by @roele in
[#8562](#8562)
- add missing `</bold>` closing tag by @muzimuzhi in
[#8564](#8564)
- rebrand site with new chef logo and warm culinary palette by @jdx in
[#8587](#8587)

### 📦️ Dependency Updates

- update ghcr.io/jdx/mise:alpine docker digest to de4657e by
@renovate[bot] in [#8577](#8577)
- update ghcr.io/jdx/mise:copr docker digest to eef29a2 by
@renovate[bot] in [#8578](#8578)
- update ghcr.io/jdx/mise:rpm docker digest to 5a96587 by @renovate[bot]
in [#8580](#8580)
- update ghcr.io/jdx/mise:deb docker digest to 464cf7c by @renovate[bot]
in [#8579](#8579)

### 📦 Registry

- fix flatc version test mismatch by @jdx in
[#8588](#8588)

### Chore

- **(registry)** skip spark test-tool by @jdx in
[#8572](#8572)

### New Contributors

- @AlexanderTheGrey made their first contribution in
[#8550](#8550)

## 📦 Aqua Registry Updates

#### New Packages (6)

- [`bahdotsh/mdterm`](https://github.com/bahdotsh/mdterm)
-
[`callumalpass/mdbase-lsp`](https://github.com/callumalpass/mdbase-lsp)
- [`facebook/ktfmt`](https://github.com/facebook/ktfmt)
- [`gurgeous/tennis`](https://github.com/gurgeous/tennis)
-
[`tektoncd/pipelines-as-code`](https://github.com/tektoncd/pipelines-as-code)
- [`weedonandscott/trolley`](https://github.com/weedonandscott/trolley)

#### Updated Packages (2)

- [`apple/container`](https://github.com/apple/container)
- [`cocogitto/cocogitto`](https://github.com/cocogitto/cocogitto)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants