Don't panic with missing env vars #105

Closed
opened 2022-02-24 11:22:53 +01:00 by Jef Roosens · 1 comment

Because we propogate the error all the way to the main function rightr now, the program panics if an env var is missing. This is too agressive, and should be replaced by some regular output to stderr & a proper exit.

Because we propogate the error all the way to the main function rightr now, the program panics if an env var is missing. This is too agressive, and should be replaced by some regular output to stderr & a proper exit.
Jef Roosens added the
bug
label 2022-02-24 11:22:53 +01:00
Jef Roosens added this to the 0.2.0 milestone 2022-02-28 17:50:30 +01:00
Jef Roosens modified the milestone from 0.2.0 to 0.3.0 2022-03-29 13:49:57 +02:00

This is conveniently fixed by switching to the cli module, which catches these errors.

This is conveniently fixed by switching to the cli module, which catches these errors.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
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: vieter-v/vieter#105
There is no content yet.