diff --git a/pkg/cmd/gist/shared/shared.go b/pkg/cmd/gist/shared/shared.go index 99a5524ee..3f849f71d 100644 --- a/pkg/cmd/gist/shared/shared.go +++ b/pkg/cmd/gist/shared/shared.go @@ -19,10 +19,12 @@ import ( ) type GistFile struct { - Filename string `json:"filename,omitempty"` - Type string `json:"type,omitempty"` - Language string `json:"language,omitempty"` - Content string `json:"content"` + Filename string `json:"filename,omitempty"` + Type string `json:"type,omitempty"` + Language string `json:"language,omitempty"` + Content string `json:"content"` + RawURL string `json:"raw_url,omitempty"` + Truncated bool `json:"truncated,omitempty"` } type GistOwner struct {