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

WIP: Refactoring CLI argument parsing from docopt to argparse #646

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

Commits on Apr 25, 2024

  1. Updated copyright year

    jake authored and jake committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    79265c6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. First rough pass at refactoring CLI argument parsing from docopt to a…

    …rgparse
    jake authored and jake committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b8a7fc0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into argparser

    jake authored and jake committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6ed3f8a View commit details
    Browse the repository at this point in the history
  3. Standardize string quotations to double quotes

    jake authored and jake committed May 2, 2024
    Configuration menu
    Copy the full SHA
    971e2c1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge branch 'master' into argparser

    jake authored and jake committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bdad7e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into argparser

    jake authored and jake committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e6c3b92 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Exit cleanly on SIGINT and SIGPIPE

    jake authored and jake committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    715d193 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into argparser

    jake authored and jake committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4be313e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge branch 'master' into argparser

    jake authored and jake committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ff77e4e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge remote-tracking branch 'origin/master' into argparser

    jake authored and jake committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bc164c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Support for CSVs with BOM

    jake authored and jake committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3140d64 View commit details
    Browse the repository at this point in the history