Skip to content

added check for output file existing and option to override#108

Open
EricJ5 wants to merge 1 commit into
xiph:masterfrom
EricJ5:outfile-override-check
Open

added check for output file existing and option to override#108
EricJ5 wants to merge 1 commit into
xiph:masterfrom
EricJ5:outfile-override-check

Conversation

@EricJ5

@EricJ5 EricJ5 commented Jun 6, 2026

Copy link
Copy Markdown

I added an if check to make sure that the output file doesn't already exist. You can use -f or --force to override. If the output file exist and -f or --force are not used, it prints an appropriate error message and exits with fatal(). Updated usage(). Closes #107 Fixes #96

I added an if check to make sure that the output file doesn't already
exist. You can use -f or --force to override. If the output file exist
and -f or --force are not used, it prints an appropriate error message and
exits with fatal(). Updated usage().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warn before overwriting output file

1 participant