Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output options #28

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on May 10, 2017

  1. Add extra output options

    Add the following options, both on the command line and in the config:
    
    --output_info: Where to output INFO messages: stdout|stderr
    --output_warn: Where to output WARN messages: stdout|stderr
    --output_error: Where to output ERROR messages: stdout|stderr
    --output_fatal: Where to output FATAL messages: stdout|stderr
    --wrap_long_lines: Wrap long lines of output, or output each message on a single line.
    --print_options: Print out effective config options, before starting.
    Duncan Lock committed May 10, 2017
    Configuration menu
    Copy the full SHA
    82567b0 View commit details
    Browse the repository at this point in the history
  2. Default for wrap_long_lines was the wronf way around.

    Duncan Lock committed May 10, 2017
    Configuration menu
    Copy the full SHA
    f1721e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9c323 View commit details
    Browse the repository at this point in the history
  4. pep8 extra blank line

    Duncan Lock committed May 10, 2017
    Configuration menu
    Copy the full SHA
    33bc909 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Configuration menu
    Copy the full SHA
    b3238fd View commit details
    Browse the repository at this point in the history
  2. Attempt to ignore folders

    Duncan Lock committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    1f804cd View commit details
    Browse the repository at this point in the history