mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-19 10:23:00 +00:00
The current implementation of the user confirmation when deleting a user using the CLI seems to favour Linux. On Windows the <ENTER> command adds "\r\n" to the user input while Linux only adds "\n". I have added an extra check to the confirmation, but GO is a new language for me, so there is probably a much better way to do this. --------- Co-authored-by: kolaente <k@knt.li>