You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df.StringVar(&docDeleteJQ, "jq", "", "apply a gojq filter to the JSON response (forces JSON output)")
164
180
181
+
sf:=documentStatusCmd.Flags()
182
+
sf.BoolVar(&docStatusHistory, "history", false, "include approval histories for all versions")
183
+
sf.StringVar(&docStatusJQ, "jq", "", "apply a gojq filter to the JSON response")
184
+
165
185
dlf:=documentDownloadCmd.Flags()
166
186
dlf.StringVarP(&docDownloadOutput, "output", "o", "", "output path: FILE, DIR/, or - for stdout (default: server-provided filename in current directory)")
0 commit comments