Describe the solution you'd like
It would be nice to do something like:
sen2cli inference ls --timestamp_created=2021-07-28T08:00:00
Usage: sen2cli inference ls [OPTIONS]
Try 'sen2cli inference ls --help' for help.
Error: No such option: --timestamp_created
or if that is not possible something like:
sen2cli inference ls --id>=8420
Error: Option '--id' requires an argument.
Maybe there is a way I am not familiar with?
Describe the solution you'd like
It would be nice to do something like:
or if that is not possible something like:
Maybe there is a way I am not familiar with?