Branko Čibej wrote:
> Possibly you indeed did change something of how '--target' works.
> Actually you seem to have changed how argument parsing works in general,
> because I have to move the --target argument before the check-sigs
> command to make this work again. It used to works so that options could
> be interspersed with commands in any order.
>
> Well ... not that important to fix, but it's sort of unexpected.
Ah yes... I did indeed change that, on purpose. I want the general config options to be common to all subcommands. Previously --target was specific to certain subcommands and had to come after the subcommand. (It wasn't free placement before.) Sorry for the inconvenience in finding it had unexpectedly changed.
- Julian
Received on 2019-10-26 11:20:51 CEST