You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: