Currently, I have to pass all XML files one by one: ``` xcop a.xml b.xml c.xml ``` It would be more convenient to have an ability to pass a directory, for example: ``` xcop . ```