52eb094a
by morganamilo at 2022-12-19T10:08:57+10:00
Fix repo-add
Commit 4f43ce3e4a7829cf9c7f8b28925ddb5a1013ce19 broke repo-add by
switching to parseopts without accounting for the added "--". This caused
the dbname to always be read as "--".
Accounts for "--" and makes repo-add respect "--" as end of opts.