The process of reading and interpreting command-line arguments passed to a **CLI** application. In Python, typically done with `argparse` or `click`. (Ch. 15)