vikunja/pkg/cmd
Casper Børgesen b5afe82713
fix(cli): make user deletion confirmation check Windows compatible (#2339)
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>
2026-03-05 15:19:08 +01:00
..
cmd.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
doctor.go refactor: remove typesense support 2026-02-25 12:15:28 +01:00
dump.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
healthcheck.go feat: introduce shared health check logic (#1073) 2025-07-02 21:01:41 +00:00
migrate.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
repair.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_file_mime_types.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_orphan_positions.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_projects.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_task_positions.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
restore.go feat: add --preserve-config flag to restore command (#1939) 2025-12-07 21:44:45 +00:00
testmail.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
user.go fix(cli): make user deletion confirmation check Windows compatible (#2339) 2026-03-05 15:19:08 +01:00
version.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web.go fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00