Files
googleworkspace__cli/.changeset/remove-calendar-unwrap.md
T
google-labs-jules[bot] bbaaecdc88 fix: replace unwrap() on required arguments in calendar helper
Replaced `.unwrap()` calls for `calendar`, `summary`, `start`, and `end`
arguments with proper error handling using `.ok_or_else()`. This
prevents potential panics if the `clap` configuration were to change and
instead returns a structured `GwsError::Validation` error.

Added a changeset file for `@googleworkspace/cli` as a patch-level
update.

Co-authored-by: jpoehnelt <3392975+jpoehnelt@users.noreply.github.com>
2026-03-18 15:53:32 +00:00

156 B

@googleworkspace/cli
@googleworkspace/cli
patch

Remove unwrap() on required arguments in the calendar helper to improve error handling and prevent potential panics.