Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
master
d6a7e109 fix(core): fix TUI help text layout (#34754) ## Current Behavior The TUI help text format is currently malformed. <img width="1181" height="191" alt="Screenshot 2026-03-07 at 11 13 40" src="https://github.com/user-attachments/assets/e66316eb-600d-4456-920e-c9538c10e7e7" /> - The links overlap the plaintext - Some of the plaintext has the link color - The bullet points are on the same line ## Expected Behavior Separation of links and plaintext with bullet points on separate lines. ### Changes The text output of the TUI help section looks like this: ```txt │ │ │ Thanks for using Nx! To get the most out of this terminal UI, please check out the docs: https://nx.dev/terminal-uiIf you would prefer to not use the TUI, you can disable it by: - Adding the `--no-tui` flag to your │ │ command.- Setting NX_TUI=false in your environment. │ │ If you are finding Nx useful, please consider giving it a star on GitHub, it means a lot: https://github.com/nrwl/nx │ │ │ ``` This PR corrects the layout to be more readable: ```txt │ │ │ Thanks for using Nx! To get the most out of this terminal UI, please check out the docs: https://nx.dev/terminal-ui │ │ │ │ If you would prefer to not use the TUI, you can disable it by: │ │ - Adding the `--no-tui` flag to your command. │ │ - Setting `NX_TUI=false` in your environment. │ │ │ │ If you are finding Nx useful, please consider giving it a star on GitHub, it means a lot: https://github.com/nrwl/nx │ │ │ ``` ### Notes The help link `https://nx.dev/terminal-ui` doesn't exist at the moment.
1 month ago
by Joel Lefko...
J
Succeeded
master
d6a7e109 fix(core): fix TUI help text layout (#34754) ## Current Behavior The TUI help text format is currently malformed. <img width="1181" height="191" alt="Screenshot 2026-03-07 at 11 13 40" src="https://github.com/user-attachments/assets/e66316eb-600d-4456-920e-c9538c10e7e7" /> - The links overlap the plaintext - Some of the plaintext has the link color - The bullet points are on the same line ## Expected Behavior Separation of links and plaintext with bullet points on separate lines. ### Changes The text output of the TUI help section looks like this: ```txt │ │ │ Thanks for using Nx! To get the most out of this terminal UI, please check out the docs: https://nx.dev/terminal-uiIf you would prefer to not use the TUI, you can disable it by: - Adding the `--no-tui` flag to your │ │ command.- Setting NX_TUI=false in your environment. │ │ If you are finding Nx useful, please consider giving it a star on GitHub, it means a lot: https://github.com/nrwl/nx │ │ │ ``` This PR corrects the layout to be more readable: ```txt │ │ │ Thanks for using Nx! To get the most out of this terminal UI, please check out the docs: https://nx.dev/terminal-ui │ │ │ │ If you would prefer to not use the TUI, you can disable it by: │ │ - Adding the `--no-tui` flag to your command. │ │ - Setting `NX_TUI=false` in your environment. │ │ │ │ If you are finding Nx useful, please consider giving it a star on GitHub, it means a lot: https://github.com/nrwl/nx │ │ │ ``` ### Notes The help link `https://nx.dev/terminal-ui` doesn't exist at the moment.
1 month ago
by Joel Lefko...
J
Succeeded
master
d6a7e109 fix(core): fix TUI help text layout (#34754) ## Current Behavior The TUI help text format is currently malformed. <img width="1181" height="191" alt="Screenshot 2026-03-07 at 11 13 40" src="https://github.com/user-attachments/assets/e66316eb-600d-4456-920e-c9538c10e7e7" /> - The links overlap the plaintext - Some of the plaintext has the link color - The bullet points are on the same line ## Expected Behavior Separation of links and plaintext with bullet points on separate lines. ### Changes The text output of the TUI help section looks like this: ```txt │ │ │ Thanks for using Nx! To get the most out of this terminal UI, please check out the docs: https://nx.dev/terminal-uiIf you would prefer to not use the TUI, you can disable it by: - Adding the `--no-tui` flag to your │ │ command.- Setting NX_TUI=false in your environment. │ │ If you are finding Nx useful, please consider giving it a star on GitHub, it means a lot: https://github.com/nrwl/nx │ │ │ ``` This PR corrects the layout to be more readable: ```txt │ │ │ Thanks for using Nx! To get the most out of this terminal UI, please check out the docs: https://nx.dev/terminal-ui │ │ │ │ If you would prefer to not use the TUI, you can disable it by: │ │ - Adding the `--no-tui` flag to your command. │ │ - Setting `NX_TUI=false` in your environment. │ │ │ │ If you are finding Nx useful, please consider giving it a star on GitHub, it means a lot: https://github.com/nrwl/nx │ │ │ ``` ### Notes The help link `https://nx.dev/terminal-ui` doesn't exist at the moment.
1 month ago
by Joel Lefko...
J
Previous page
Previous
Next
Next page