skyscraper
skyscraper copied to clipboard
--fromfile broken?
This isn't working with --fromfile:
Skyscraper -p ps2 -s screenscraper --fromfile /home/user/.skyscraper/reports/reports-ps2-missing_ages-20230112.txt
This works with --includefrom:
Skyscraper -p ps2 -s screenscraper --includefrom /home/user/.skyscraper/reports/reports-ps2-missing_ages-20230112.txt
I noticed in README.md the comment:
Version 3.7.0 (17th January 2022)
Moved '--fromfile' option to '--includefrom'. '--fromfile' still works, but is considered deprecated
Since --fromfile is considered deprecated we should update the docs to suggest using --includefrom instead of --fromfile. The README.md and CLIHELP.md both would need updates. This would help avoid a lot of frustration when --fromfile doesn't work.