You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
khal new -i
calendar: personal
summary: an event created via khal new -i
datetime range: 3d
critical: Could not parse "3d".
critical: Please check your configuration or run `khal printformats` to see if this does match your configured [long](date|time|datetime)format.
critical: If you suspect a bug, please file an issue at https://github.com/pimutils/khal/issues/
Actual behavior
If any mistake, the creation process must start from scratch, providing again every valid field.
Expected behavior khal should just prompt over and over until it gets SIGINT, or maybe escape, or enter on empty input.
If applicable: Stack Trace
n / a
OS, version, khal version and how you installed it:
The output of khal --version: khal, version 0.11.3
Installation method: Alpine distro package
python version Python 3.11.8
OS [e.g. arch] Alpine Linux
The text was updated successfully, but these errors were encountered:
magarnicle
pushed a commit
to magarnicle/khal
that referenced
this issue
Mar 4, 2024
Previously, if the user entered a bad value for one field khal would
exit with an error and the user would have to start again.
Fixes issue pimutils#1341
To Reproduce
Actual behavior
If any mistake, the creation process must start from scratch, providing again every valid field.
Expected behavior
khal
should just prompt over and over until it getsSIGINT
, or maybe escape, or enter on empty input.If applicable: Stack Trace
n / a
OS, version, khal version and how you installed it:
The text was updated successfully, but these errors were encountered: