diff --git a/pkg/cmd/discussion/shared/fields.go b/pkg/cmd/discussion/shared/fields.go deleted file mode 100644 index 0feb789d9..000000000 --- a/pkg/cmd/discussion/shared/fields.go +++ /dev/null @@ -1,25 +0,0 @@ -package shared - -// DiscussionFields lists the field names available for --json output on -// discussion commands. -var DiscussionFields = []string{ - "id", - "number", - "title", - "body", - "url", - "closed", - "stateReason", - "author", - "category", - "labels", - "answered", - "answerChosenAt", - "answerChosenBy", - "comments", - "reactionGroups", - "createdAt", - "updatedAt", - "closedAt", - "locked", -}