empty program arguments do not need to be parsed
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 31 Oct 2022 19:53:24 +0000 (20:53 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 1 Nov 2022 03:14:54 +0000 (04:14 +0100)
commit4855cd33928ac5c3003ad747048a7e5d5477bff8
tree2599f5a6f722c7e303d8430ca78ab687b1c4a487
parent11cd0597cd2afba4d5d9ea3d85191be96e6dae6b
empty program arguments do not need to be parsed

Using Getopt::Long takes ~the same time as running the rest of the script,
about 250ms on a rpi1, so runtime can be halved if there's no options.
barcat