gofrog icon indicating copy to clipboard operation
gofrog copied to clipboard

feat: support custom split functions in createCommandReaders

Open gerrnot opened this issue 1 year ago • 1 comments

Default is (still) split by line, but in some cases interesting command output spans multiple lines (e.g. commit messages)

This also provides a split function definition that splits by a string.

  • [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
  • [x] This pull request is on the dev branch.
  • [x] I used gofmt for formatting the code before submitting the pull request.
  • [ ] I labeled this pull request with one of the following: 'breaking change', 'new feature', 'bug', or 'ignore for release' ⓘ I would like to flag this as 'new feature' but I seem to lack permission!

gerrnot avatar Apr 17 '24 11:04 gerrnot

If somebody has a hint why frogbot is failing here I would be grateful. There i no output, just says it fails, but why?

gerrnot avatar May 21 '24 07:05 gerrnot