-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow actions (--calendar
, --agenda
, ...) to be exclusive
#97
Comments
b1rger
added a commit
that referenced
this issue
Jan 10, 2024
This is a backwards incompatible change, because actions are now exclusive. Up until now, `-a` showed the calendar *and* the agenda. The calendar is still the default, but if you choose to display the agenda with `-a` it displays the agenda *instead* of the calendar. If you want both, you have to use `-ac` or `--calendar --agenda`. Closes: #97
b1rger
added a commit
that referenced
this issue
Jan 10, 2024
This is a backwards incompatible change, because actions are now exclusive. Up until now, `-a` showed the calendar *and* the agenda. The calendar is still the default, but if you choose to display the agenda with `-a` it displays the agenda *instead* of the calendar. If you want both, you have to use `-ac` or `--calendar --agenda`. Closes: #97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
only fallback to default calendar view if no action is given
The text was updated successfully, but these errors were encountered: