rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.11k stars 167 forks source link

Add basic ArgParse example #10

Closed rochacbruno closed 3 years ago

rochacbruno commented 3 years ago

The file https://github.com/rochacbruno/python-project-template/blob/main/project_name/__main__.py is missing a simple implementation of a CLI using ArgParse from stdlib.