Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 323 Bytes

File metadata and controls

11 lines (7 loc) · 323 Bytes

Tags.Argparse

Usage

Look at the examples.

Or

  1. Mark a class with Tags.Argparse.ProgramAttribute to add some metadata.
  2. Add fields with either Tags.Argparse.FlagAttribute or Tags.Argparse.ArgumentAttribute
  3. Parse using Tags.Argparse.Parser