diff --git a/options.go b/options.go index 9b8e135..28f38d2 100644 --- a/options.go +++ b/options.go @@ -10,6 +10,7 @@ import ( type options struct { Branches manyflag `json:"branches"` config string + Export bool `json:"export"` Force bool `json:"force"` Name string `json:"name"` Quiet bool `json:"quiet"`
home › develop › c945b98 › c67ecd5