introduce push --repository

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2023-07-05 08:51:03 +02:00
parent 827e864ed0
commit 49d1bc7524
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E
5 changed files with 79 additions and 7 deletions

View file

@ -260,6 +260,7 @@ type ConfigOptions struct {
// PushOptions group options of the Push API
type PushOptions struct {
Quiet bool
Repository string
IgnoreFailures bool
}