-
Notifications
You must be signed in to change notification settings - Fork 537
Open
Description
What would you like to be added?
currently cscli decisions list -a --ip 85.208.96.212
dumps the entire decisions list instead of searching for the IP specified
it should instead search for the IP
Why is this needed?
this would be a useful feature because grepping the output of cscli decisions list -a
can be unreliable unless you use regexes to filter out bad matches, i.e grepping for 85.208.96.212 can result in hits for 185.208.96.212 unless additional measures are taken
if -a
and -ip
could be combined then there would be no need to grep at all