-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
cider log multiline message problem #81
Comments
My bad. No bug. This worked: import 'package:cider/cider.dart'; dart''' |
Final comment, and reopening so you might incorporate into next release... I find that in powershell, if I remove newline chars and leave the line feed chars, the problem is resolved:
|
Hi @biancashouse . I'm wondering if changing your initial command to
|
Yes, the issue arises from how I obtain the message string.
I use a powershell wysiwyg text dialog, and it captures both \n and \r
characters.
I fixed my issue by simply replacing \n with empty string before I pass it
to cider (see above).
Thanks for the feedback.
Happy to close this issue.
|
I'm using Windows and powershell to build ps1 scripts that build upon cider.
When I run this ps1 script:
$logMessage = 'make Cider great again
and line 2'
cider log fixed $logMessage
The CHANGELOG.md gets an entry that looks like this:
Anything after line 1 is lost.
Just saying...
Would be nice to be able to add multiline.
Or am I barking up the wrong tree ?
The text was updated successfully, but these errors were encountered: