Commit e260be8
committed
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.1 parent 2cf8fba commit e260be8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments