Given #13, I would like to run astpath explicitly against my code directory (cloudinit/) and my legacy tests directory (tests/). If I invoke astpath with both directories:
astpath "//Str[@s='system']" -d cloudinit -d tests
then only tests/ gets searched; I have to invoke astpath separately for each directory I would like to search.
Ideally, I would be able to specify -d multiple times and have astpath search each one.