specifysystems / lmpy

A library of tools useful for Lifemapper and related computations
GNU General Public License v3.0
2 stars 0 forks source link

Consistently allow logging and report options in CLI tools #342

Closed zzeppozz closed 2 years ago

zzeppozz commented 2 years ago

Is your feature request related to a problem? Please describe. Tools for the tutorial should consistently provide feedback to the user.

Describe the solution you'd like wrangle_* tools provide logging options (log_filename, log_console) and report options (report_filename) to the user with optional arguments. None of the other tools have either. Report options may not be logical for all tools, but logging options should be available so the user knows that the process did not silently fail.

Additional context These options are particularly helpful for tutorials.

zzeppozz commented 2 years ago

good for now