You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make an option to not overwrite a file if it exists!
For example:
copy-file --overwrite false src.txt dest.txt
and if dest.txt exists, it will not overwrite it.
Use case is for a post-install script that populates some default files for an application, but don't want to overwrite those files once the end user has already written data to those files.
The text was updated successfully, but these errors were encountered:
Please make an option to not overwrite a file if it exists!
For example:
copy-file --overwrite false src.txt dest.txt
and if dest.txt exists, it will not overwrite it.
Use case is for a post-install script that populates some default files for an application, but don't want to overwrite those files once the end user has already written data to those files.
The text was updated successfully, but these errors were encountered: