Skip to content

Conversation

IEvangelist
Copy link
Member

Related to #2432

@IEvangelist IEvangelist requested review from Copilot, davidfowl and mitchdenny and removed request for Copilot May 16, 2025 17:16
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the RunCommand.cs file to improve the displayed message prompting users to interrupt the app host.

  • Corrects the keyboard shortcut text from "CTRL-C" to "Ctrl+C" for consistency.


var table = new Table().Border(TableBorder.Rounded);
var message = new Markup("Press [bold]CTRL-C[/] to stop the app host and exit.");
var message = new Markup("Press [bold]Ctrl+C[/] to stop the app host and exit.");
Copy link

Copilot AI May 16, 2025

Choose a reason for hiding this comment

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

Ensure the keyboard shortcut text 'Ctrl+C' follows the preferred capitalization style consistently across the application.

Suggested change
var message = new Markup("Press [bold]Ctrl+C[/] to stop the app host and exit.");
var message = new Markup("Press [bold]CTRL+C[/] to stop the app host and exit.");

Copilot uses AI. Check for mistakes.

Copy link
Member

Choose a reason for hiding this comment

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

Is this right?

Copy link
Member Author

Choose a reason for hiding this comment

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

No

@danmoseley danmoseley merged commit e7b4e7e into main May 18, 2025
501 of 503 checks passed
@danmoseley danmoseley deleted the run-command branch May 18, 2025 02:29
@github-actions github-actions bot locked and limited conversation to collaborators Jun 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants