maread99 / beanahead

Administer future transactions for a beancount ledger
MIT License
13 stars 3 forks source link

Include option to stream print to stderr #18

Closed maread99 closed 5 months ago

maread99 commented 5 months ago

Directs all print output through new utils.print_it function. In turn that prints to either stdout (default) or stderr. Stream can be set via methods on new config.py module:

Also, can set print stream to stderr via cli with --print_stderr or -p flags.

Tests included. Documented to README to new 'Developers' section (see there for reasoning).