rkotze / git-mob

Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
https://www.npmjs.com/package/git-mob
MIT License
183 stars 21 forks source link

Select multiple suggested authors to save #159

Closed rkotze closed 2 weeks ago

rkotze commented 1 month ago

Using inquirer checkbox, a user can select multiple suggested coauthors and save them to file.

Unclear how to write a test for this interaction. Tried inquire test library but only interfaces with their functions over the cli stream.

Related to issue #91

Pull request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?