Skip to content

Commit

Permalink
Rename command-generator into entrypoint-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Dec 25, 2024
1 parent 25c446b commit 6b77be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Manifest = z.strictObject({
description: z.string(),
path: z.string(),
icon: z.optional(z.string()),
type: z.enum(["command", "view", "inline-view", "command-generator"]),
type: z.enum(["command", "view", "inline-view", "entrypoint-generator"]),
preferences: z.optional(z.array(preferences)),
actions: z.optional(z.array(z.strictObject({
id: z.string().regex(/^[a-zA-Z0-9]+$/, "Action id can only contain letters and numbers"), // needs to be valid and properly cased js identifier
Expand Down

0 comments on commit 6b77be4

Please sign in to comment.