We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b249dc commit 6eec72dCopy full SHA for 6eec72d
xtractl/cmd/entity/entity.go
@@ -48,7 +48,7 @@ func Cmd(api client.Client, name string, debug *bool) *cobra.Command {
48
}
49
50
func addTypesFlag(cmd *cobra.Command) {
51
- cmd.Flags().StringSliceP("types", "t", []string{"'*'"}, "restrict entity types (either \"*\", a single type or a comma separated list)")
+ cmd.Flags().StringSliceP("types", "t", []string{"*"}, "restrict entity types (either \"*\", a single type or a comma separated list)")
52
53
54
func parseTypes(cmd *cobra.Command) []string {
0 commit comments