(instruction string, command string)
| 42 | } |
| 43 | |
| 44 | func Fix(instruction string, command string) { |
| 45 | WithPrefix(instruction, "👉 ") |
| 46 | emptyLine() |
| 47 | Indented(command) |
| 48 | emptyLine() |
| 49 | } |
| 50 | |
| 51 | func Next(instruction string, command string) { |
| 52 | WithPrefix(instruction, "👉 ") |
no test coverage detected