Skip to content

Commit

Permalink
Merge pull request #259 from rusq/filesel-fix
Browse files Browse the repository at this point in the history
v2.5.0 beta fixes
  • Loading branch information
rusq committed Jan 3, 2024
2 parents 4f556d3 + 8c804de commit 544d3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/slackdump/interactive.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func questOutputFile() (string, error) {
return ui.FileSelector(
"Output file name (if empty - screen output): ",
"Enter the filename to save the data to. Leave empty to print the results on the screen.",
ui.WithDefaultFilename("-"),
)
}

Expand Down

0 comments on commit 544d3c5

Please sign in to comment.