argparse
in Python), instead preferring to leave this to third-party crates. These examples will show the usage of both the standard library (to form a crude argument handler) and the clap
library which can parse command-line arguments more effectively.