petermr / pygetpapers

a Python version of getpapers
Apache License 2.0
78 stars 9 forks source link

option `-f` is inconsistent between `getpapers` and `pygetpapers` #3

Closed petermr closed 3 years ago

petermr commented 3 years ago

In getpapers the -f <filename> option creates a LOG file.

In pygetpapers this has a completely different operation "frompickle" .

Please revert to the creation of a log file. If this is not yet implemented, write

-f.  --logfile <filename>.   save log to specified file in output directory as well as printing to terminal (Not Yet Implemented)