Skip to content

Instantly share code, notes, and snippets.

View abkein's full-sized avatar
🏠
Working from home

Ab Kein abkein

🏠
Working from home
View GitHub Profile
@abkein
abkein / sub-sub-command.py
Created January 23, 2023 09:50 — forked from jirihnidek/sub-sub-command.py
Python example of using argparse sub-parser, sub-commands and sub-sub-commands
"""
Example of using sub-parser, sub-commands and sub-sub-commands :-)
"""
import argparse
def main(args):
"""
Just do something