Skip to content

Commit

Permalink
feat(analysis): re-allow empty input for output file in modify (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz authored and BenediktMehl committed Feb 28, 2025
1 parent 2a29d72 commit c7ca086
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ private fun Session.collectRemoveNodesArguments(
private fun Session.collectOutputFileName(outFileCallback: suspend RunScope.() -> Unit): String {
return myPromptInput(
message = "What is the name of the output file?",
allowEmptyInput = true,
onInputReady = outFileCallback
)
}

0 comments on commit c7ca086

Please sign in to comment.