Last active
March 30, 2021 07:47
-
-
Save temmyzeus/457b5fc97873e326b7b04effcd962a5e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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