parser = argparse.ArgumentParser(description="Build a PDF from a per-video tutorial markdown file.") parser.add_argument("video_dir", help="Path to a per-video workspace directory under videos/.") ...
eh, this is a project-based-learning project, for building a simple command line argument parser. I don't know why there is not a lot of tutorial about how to build a library in of command line ...