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
feat(cli): Implement error handling for cli encryptor parsing (#2160)
In the main loop of iggy-cli, putting invalid value for encryptor will
generate a panic from client side, however, a panic should refer to a
programmer bug rather than invalid user input.
This PR fixes it.
0 commit comments