Closed 4383 closed 6 years ago
When an element was not found by default niet return the status code 1 and display a specific message like: Element not found <element>
1
Element not found <element>
I introduce the possibility to doesn't display this message by passing the --silent parameter flag, example:
--silent
$ echo '{"foo": "bar", "fizz": {"buzz": ["1", "2", "3"]}}' | niet fizz.fail --silent $ echo $? 1
This pull request fix #30
When an element was not found by default niet return the status code
1
and display a specific message like:Element not found <element>
I introduce the possibility to doesn't display this message by passing the
--silent
parameter flag, example:This pull request fix #30