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

feat: guess output format from output file extension #197

Merged
merged 1 commit into from
Aug 25, 2021
Merged

feat: guess output format from output file extension #197

merged 1 commit into from
Aug 25, 2021

Commits on Aug 24, 2021

  1. feat: guess output format from output file extension

    guess output format based on output file extension
    
    check for empty output file
    
    default to .txt if no file extension provided
    
    change default output format back to txt
    
    add tests
    
    update man page
    
    fix default output format
    
    directly return output dumper
    
    use keys from dumpers in key error message
    
    fix man pages
    
    prevent output format from being overridden
    
    use first dumper key as default format
    
    update messages and formatting
    
    update help message for format argument
    
    specify list type in InvalidOutputFormat exception
    
    make default output format more apparent
    
    update messages
    nicfb committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    8e315d0 View commit details
    Browse the repository at this point in the history