Improve error messages for CLI commands #21

Open
opened 2026-04-22 22:51:51 +02:00 by Jef Roosens · 0 comments
Owner

The error messages are currently just the Rust errors printed to stdout, with no context whatsoever. This error is not clear at all:

Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })

It doesn't even tell me what file it tried to create.

The error messages are currently just the Rust errors printed to stdout, with no context whatsoever. This error is not clear at all: ``` Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" }) ``` It doesn't even tell me what file it tried to create.
Jef Roosens added the
enhancement
label 2026-04-22 22:51:51 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/alex#21
No description provided.