feat: add --no-clobber option to CLI#3025
Merged
UziTech merged 4 commits intomarkedjs:masterfrom Oct 5, 2023
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
styfle
approved these changes
Oct 4, 2023
Member
styfle
left a comment
There was a problem hiding this comment.
Looks good. It would be nice to add a test for this one too 👍
styfle
reviewed
Oct 4, 2023
UziTech
requested changes
Oct 4, 2023
Member
UziTech
left a comment
There was a problem hiding this comment.
Please change the option to --no-clobber to be consistent with other commands. https://man7.org/linux/man-pages/man1/cp.1.html
styfle
reviewed
Oct 4, 2023
--noclobber option to CLI--no-clobber option to CLI
styfle
approved these changes
Oct 4, 2023
UziTech
approved these changes
Oct 5, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Oct 5, 2023
# [9.1.0](v9.0.3...v9.1.0) (2023-10-05) ### Features * add `--no-clobber` option to CLI ([#3025](#3025)) ([b8adee7](b8adee7))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Marked version: c9ffa64
Markdown flavor: n/a
Description
If the
--no-clobber/-noption is set, it throws an error if the output file already exists.Contributor
Committer
In most cases, this should be a different person than the contributor.