You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor RunCommand to separate command name and arguments
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.
0 commit comments