mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 23:34:49 -05:00

I'm increasingly wishing I'd written this parsing program in Python, and yet another reason why is that using argparse for the command-line handling makes it a lot harder to forget to write the --help text when you add an extra option.