Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tink CLI errors now end with a newline (#337)
## Description With this change, the CLI errors will now end with a newline. Therefore, making it easier for a user to read the error message. ## Why is this needed Fixes: #336 ## How Has This Been Tested? Tested on the local vagrant setup. ``` / # tink hardware id Error: requires at least one id Usage: tink hardware id [flags] Examples: tink hardware id 224ee6ab-ad62-4070-a900-ed816444cec0 cb76ae54-93e9-401c-a5b2-d455bb3800b1 Flags: -h, --help help for id Global Flags: -f, --facility string used to build grpc and http urls requires at least one id / # ``` ## How are existing users impacted? What migration steps/scripts do we need? It's easier to read the error message now. ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information