Skip to content

Instantly share code, notes, and snippets.

@temmyzeus
Last active March 30, 2021 07:47
Show Gist options
  • Save temmyzeus/457b5fc97873e326b7b04effcd962a5e to your computer and use it in GitHub Desktop.
Save temmyzeus/457b5fc97873e326b7b04effcd962a5e to your computer and use it in GitHub Desktop.
import os
import argparse
# Create the parser
my_parser = argparse.ArgumentParser(prog='myls',
usage='%(prog)s [options] path',
description='List the content of a folder')
args = my_parser.parse_args()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment