Skip to content

Commit

Permalink
feat: add shuffle in final output for better display
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 21, 2023
1 parent cb21506 commit 6fa98c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit-cli/src/main/kotlin/cc/unitmesh/runner/Picker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class PickerCommand : CliktCommand() {
outputFile.delete()
}

finalResult.shuffle()
finalResult.forEach {
outputFile.appendText(it.render(mergeInput = instructionConfig.mergeInput) + "\n")
}
Expand Down

0 comments on commit 6fa98c2

Please sign in to comment.