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
Since the merge of feature/click-cli to main, 🎩 noticed a couple things with logging:
Missing the first few events
--log-cache-events not working
No more call to MainKeyboardInterrupt on ^C. We just use click's built-in handling for this (Aborted!). It returns an exit code of 1, where it previously returned 130
Since the merge of
feature/click-cli
tomain
, 🎩 noticed a couple things with logging:--log-cache-events
not workingMainKeyboardInterrupt
on^C
. We just useclick
's built-in handling for this (Aborted!
). It returns an exit code of1
, where it previously returned130
Previous
Current
The text was updated successfully, but these errors were encountered: