make 'gotadmin load' always read data from standard input
commitcfbfa60cc722e92165914178267754f432b46ccb
authorStefan Sperling <stsp@stsp.name>
Mon, 10 Jul 2023 22:05:28 +0000 (10 22:05 +0000)
committerThomas Adam <thomas@xteddy.org>
Tue, 11 Jul 2023 21:54:18 +0000 (11 22:54 +0100)
tree6eb435434ce2bfaf1a2c7843b9194daffd794ad1
parentb7eff1274c82d60d1eeca924bb9c5dcb951a781c
make 'gotadmin load' always read data from standard input

This provides better symmetry with 'gotadmin dump', and allows us to pass
the list of references as command line arguments, replacing the -b option.

The -l option now takes an argument which specifies the bundle file rather
than requiring data to be fed on stdin with -l which feels awkward.

ok op@
gotadmin/gotadmin.1
gotadmin/gotadmin.c
regress/cmdline/load.sh