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

File as parameter (Issue #11) #59

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

Commits on Jan 13, 2019

  1. chg: doc: wrong spelling of "explicitly"

    0xflotus authored and vaab committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    b353ee1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    69a4bdf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. new: pkg: update license years.

    vaab committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    473f609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    959bcc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    829e936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    510323b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dcf9bb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. CHANGE: Use argparse module for CLI parsing

    CLI behaviour has changed slightly: flags cannot be
    passed after `action`. Updated tests accordingly.
    Sergio Garcia committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d0024c4 View commit details
    Browse the repository at this point in the history
  2. ADD file CLI optional argument to read from input file

    Use custom argparse Action (FileInputAction) to open given
    file (or stdin if file is "-" or not given).
    Update usage and help messages and README examples.
    
    Issue 0k#11
    Sergio Garcia committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4637d27 View commit details
    Browse the repository at this point in the history