Skip to content

Conversation

@osmontero
Copy link
Member

Updated the RunCommand function to take the command name and arguments as separate parameters instead of a single combined string. This change enhances readability and aligns function usage with the standard exec.Command structure, promoting consistency.

This modification resolves potential ambiguity in how commands are parsed and executed, reducing the risk of errors and improving maintainability.

No specific issue is referenced for this

Updated the `RunCommand` function to accept the command name and arguments as separate parameters. This improves clarity and aligns with the standard `exec.Command` usage pattern.
@osmontero osmontero merged commit bbc313e into main Feb 26, 2025
4 checks passed
@osmontero osmontero deleted the bugfix/correlation_engine/v10 branch February 26, 2025 12:59
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
…ine/v10

Refactor `RunCommand` to separate command name and arguments
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