Skip to content

Commit

Permalink
Merge branch 'improve-autocomplete' into 'master'
Browse files Browse the repository at this point in the history
Fix messed up autocomplete on get commands

See merge request mistio/mist-cli!103
  • Loading branch information
d-mo committed Nov 20, 2021
2 parents e999cf5 + 72101c7 commit ff927d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func getCmd() *cobra.Command {
}
},
}

cmd.SetErr(os.Stderr)
cmd.Flags().String("search", "", "Only return results matching search filter")
cmd.Flags().String("only", "", "Only return these fields")
cmd.Flags().String("deref", "", "Dereference foreign keys")
Expand Down

0 comments on commit ff927d8

Please sign in to comment.