projtool.pl: use parse_options everywhere
commit55fd4d560864deee38a9e616b94f54c20791eb2d
authorKyle J. McKay <mackyle@gmail.com>
Wed, 18 Aug 2021 09:58:51 +0000 (18 02:58 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 18 Aug 2021 09:58:51 +0000 (18 02:58 -0700)
treeff7c0b01c1ff0e1f1167fc197f221314667fa3b5
parent5a3eb9fe730018c698ac32be9cc12021393fb90f
projtool.pl: use parse_options everywhere

Replace remaining ancient code that directly inspected @ARGV
with a call to parse_options instead.  It's more robust, simpler
to use and matches the rest of the code.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/projtool.pl