Overview

Command-line interfaces.

Quick Example

  parser.add_argument('--verbose', action='store_true')
  

When to Use

Use this module when you need built-in support without adding third-party dependencies.

Common Tasks

See Also