expose failure reason when flag parsing fails (#380)

This commit is contained in:
Pasqual Koschmieder 2022-06-25 09:10:03 +02:00 committed by Jason
parent 36787198f7
commit 09a66cef95
2 changed files with 16 additions and 0 deletions

View file

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Core: Expose failure reason when flag parsing fails ([#380](https://github.com/Incendo/cloud/pull/380))
## [1.7.1]
### Added