pkgctl: Evaluate use-case for only specifying --db-update to pkgctl build
I noticed that when doing e.g. pkgctl build --testing --message "foo" --db-update
, the build is done just fine, but the remaining options (--message
and --db-update
) are silently ignored.
I think that only specifying --db-update
without --release
should lead to an error instead.
Similarly, only specifying --message <message>z
but not --release
should not work.
Maybe I am missing something here (because it has been a long day), but I can not come up with a circumstance under which either would be a valid use-case.
This ticket is probably related to #124