TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.41k stars 79 forks source link

CLI does not return useful output when time parsing fails #28

Open andrewpage opened 5 years ago

andrewpage commented 5 years ago

Separating this out from https://github.com/TylerBrock/saw/issues/26 as its a separate issue.

It's a bit confusing that an invalid time format doesn't write a message to stderr, nor does it return a non-zero status code.

TylerBrock commented 5 years ago

Good call. Thanks for reporting this.