We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I expected the command to either replace all the text in the existing recipe.cake script, or optimally ask to replace/append/ignore.
recipe.cake
When using the command, it always appends the the needed code after all existing text in the recipe.
See expected behaviour.
I just wanted to see what would happen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I expected the command to either replace all the text in the existing
recipe.cake
script, or optimally ask to replace/append/ignore.Current Behavior
When using the command, it always appends the the needed code after all existing text in the recipe.
Possible Solution
See expected behaviour.
Steps to Reproduce (for bugs)
recipe.cake
file manually, with a little bit of code in it.recipe.cake
file and see that the new code got appended to the file.Context
I just wanted to see what would happen.
Your Environment
The text was updated successfully, but these errors were encountered: