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> |
||
|---|---|---|
| .. | ||
| cmd.go | ||
| doctor.go | ||
| dump.go | ||
| healthcheck.go | ||
| migrate.go | ||
| repair.go | ||
| repair_file_mime_types.go | ||
| repair_orphan_positions.go | ||
| repair_projects.go | ||
| repair_task_positions.go | ||
| restore.go | ||
| testmail.go | ||
| user.go | ||
| version.go | ||
| web.go | ||