I need to count lines of code in a specific directory named 'gen' and I cannot just hard code the path to this directory because it can be anywhere inside a root directory (the path is variable). Would be possible to use match-d? I don't want however to include all directories that contain 'gen', therefore this will not work:
--match-d = 'gen'
Thanks.