🦊 Exit status 1 on cancelled selection (#20)

When making no selection, i.e. cancelling during the selection process
the program will return status code 1, whereas before it would carry the
same return code as when making an emoji selection.

Fixes #20.
This commit is contained in:
Marty Oehme 2023-04-11 22:05:16 +02:00
parent 32fc9f45dd
commit 71d5dc455d
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 9 additions and 2 deletions

View file

@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
<!-- ### Added -->
### Added
- Pass through return code 1 from selection tool
### Changed