We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97506df commit 9e1d2bdCopy full SHA for 9e1d2bd
1 file changed
internal/cmd/feedback/list.go
@@ -17,7 +17,7 @@ type listOptions struct {
17
Type string
18
}
19
20
-var defaultListFields = []string{"_id", "app", "type", "resolution", "content", "attachments", "createdAt"}
+var defaultListFields = []string{"_id", "app", "type", "resolution", "reply", "content", "attachments", "createdAt"}
21
22
func NewCmdFeedbackList(f *factory.Factory) *cobra.Command {
23
opts := &listOptions{}
0 commit comments