fix: declare create-svglide local scopes

This commit is contained in:
songtianyi.theo
2026-07-03 16:26:18 +08:00
parent fe8620425d
commit 33596111c7

View File

@@ -19,6 +19,7 @@ var SlidesCreateSVGlide = common.Shortcut{
Description: "Create and manage a local SVGlide SVG run directory",
Risk: "write",
AuthTypes: []string{"user", "bot"},
Scopes: []string{},
LocalOnly: true,
Flags: []common.Flag{
{Name: "action", Desc: "runtime action: init, status, next, complete, author, validate, preview, quality, repair", Required: true, Enum: []string{"init", "status", "next", "complete", "author", "validate", "preview", "quality", "repair"}},