traefik-certificate-extractor icon indicating copy to clipboard operation
traefik-certificate-extractor copied to clipboard

Add proper command line arguments

Open DanielleHuisman opened this issue 6 years ago • 0 comments

This tool should be more configurable:

  • input/output folder names
  • choosing directory structure (subfolders/flat/both)
  • only extract specific domains (#2)

Python has a built-in argument parser: https://docs.python.org/3.3/library/argparse.html.

DanielleHuisman avatar Feb 15 '18 13:02 DanielleHuisman