ltags
ltags copied to clipboard
Add -filelist argument to read files from a file
If you have many lua files, then you may not be able to pass them all on the commandline. If you can't use globs either (Win32) or already have a list of files built, then you can use the -filelist argument to pass a file containing newline separated filenames.
You can still pass files after the -filelist argument.