This PR addresses the issue reported in #66 where the echoflow rules --add command incorrectly appended new rules without inserting new lines, leading to parsing and application errors.
What's New?
New line while adding a rule using --add flag
Clean flag: echodataflow rules --clean will now clean and validate the rules.
Validation for multiple rules defined on a single line
This PR addresses the issue reported in #66 where the
echoflow rules --add
command incorrectly appended new rules without inserting new lines, leading to parsing and application errors.What's New?
--add
flagechodataflow rules --clean
will now clean and validate the rules.Closes #66