Skip to content

Conversation

hhvrc
Copy link
Contributor

@hhvrc hhvrc commented Nov 15, 2024

Split apart command handlers and fix command handler selection logic

@hhvrc hhvrc self-assigned this Nov 15, 2024
@LucHeart LucHeart requested a review from Copilot April 7, 2025 19:14
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.

Copilot reviewed 28 out of 28 changed files in this pull request and generated 1 comment.

}
// Get hostname
SERPR_RESPONSE("Hostname|%s", hostname.c_str());
static void handeGet(std::string_view arg, bool isAutomated)
Copy link
Preview

Copilot AI Apr 7, 2025

Choose a reason for hiding this comment

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

Typo in function name 'handeGet'; consider renaming it to 'handleGet' for consistency.

Suggested change
static void handeGet(std::string_view arg, bool isAutomated)
static void handleGet(std::string_view arg, bool isAutomated)

Copilot uses AI. Check for mistakes.

Copy link

changeset-bot bot commented Sep 2, 2025

⚠️ No Changeset found

Latest commit: 868f356

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant