Open shenek opened 3 years ago
Currently it is quite hard to write a simple matcher in command line. Due to object, key definition. e.g. {"key"} needs to be put in '{"key"}'.
{"key"}
'{"key"}'
Peharps it would be beneficial to use an alternative key definition (or both). e.g. /_key_/ and // for wild card matches.
/_key_/
//
Currently it is quite hard to write a simple matcher in command line. Due to object, key definition. e.g.
{"key"}
needs to be put in'{"key"}'
.Peharps it would be beneficial to use an alternative key definition (or both). e.g.
/_key_/
and//
for wild card matches.