Skip to content

Update RunCommand.cs #9360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2025
Merged

Update RunCommand.cs #9360

merged 1 commit into from
May 18, 2025

Conversation

IEvangelist
Copy link
Member

Related to #2432

@IEvangelist IEvangelist requested review from Copilot, mitchdenny and davidfowl 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.

@@ -165,7 +165,7 @@ protected override async Task<int> ExecuteAsync(ParseResult parseResult, Cancell
_interactionService.DisplayDashboardUrls(dashboardUrls);

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
Preview

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?

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants