Thor77 / TeamspeakStats

A simple Teamspeak stats-generator - based on server-logs
MIT License
19 stars 2 forks source link

Add ability to pass a directory for --log option #17

Closed djmattyg007 closed 7 years ago

djmattyg007 commented 7 years ago

If you pass a directory, it will now tack a '*.log' glob on the end of the path to automatically use all log files inside this directory.

Thor77 commented 7 years ago

Good idea, especially because most shells are trying to do the globbing themselves and therefore requiring to put quotes around the path (to disable that behaviour) 👍