Branch: develop
- Author
- thewhodidthis <thewhodidthis@fastmail.com>
- Date
- Jan. 31 '23 19:41:29
- Commit
- c67ecd512a532594eeb52dfd43646adfe2a1d00f
- Parent
- c945b986a61838e8b0c47e06186bf488b009d5df
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"`