I need to write a CLI for the find command in scala3 for school. The syntax is: run [path] [–filterName filterParameter]. I currently have it working for one filter at a time, but once it try the command with two or more filters, only the last one takes effect. So for example, if I run: […]