Groggy Dice c471ec4847 sys.exit(1) if globbing matches no files/directories
After more testing, I realized that I did not take into account the possibility that the wildcard pattern would not match anything. In that case, the following 'if not arguments' clause would run wmllint on the entire current directory - which could very well be something that you do not want!
2013-07-26 01:32:05 -04:00
..