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
We found that a common mistake when creating CLI tools is failing to finish with a newline character, leaving the users prompt on the same line as the output.
It would rock to have an extra ginkgo matcher for Expect(session).To(FinishWithNewline())
The text was updated successfully, but these errors were encountered:
We found that a common mistake when creating CLI tools is failing to finish with a newline character, leaving the users prompt on the same line as the output.
It would rock to have an extra ginkgo matcher for
Expect(session).To(FinishWithNewline())
The text was updated successfully, but these errors were encountered: