We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9157ba commit 119d337Copy full SHA for 119d337
pkg/cmd/rules/browse/browse.go
@@ -48,7 +48,7 @@ func NewBrowseCmd(f *cmdutil.Factory) *cobra.Command {
48
$ algolia rules browse MOVIES
49
50
# List all the rules of the "MOVIES" index and save them to a 'rules.ndjson' file
51
- $ algolia rules browse MOVIES --json > rules.ndjson
+ $ algolia rules browse MOVIES -o json > rules.ndjson
52
`),
53
RunE: func(cmd *cobra.Command, args []string) error {
54
opts.Indice = args[0]
0 commit comments