diff --git a/options.go b/options.go index dc74081..9b8e135 100644 --- a/options.go +++ b/options.go @@ -15,7 +15,6 @@ type options struct { Quiet bool `json:"quiet"` Source string `json:"source"` Template string `json:"template"` - URL string `json:"url"` } // Helps store options into a JSON config file.
home › develop › 35baabd › c945b98