fix scene help

This commit is contained in:
onyx-and-iris 2025-06-30 12:28:44 +01:00
parent a996846e52
commit 660fdc7ffe

View File

@ -16,12 +16,12 @@ const flags = {
help: { help: {
type: "boolean", type: "boolean",
shortFlag: "h", shortFlag: "h",
description: "Display help information" desc: "Display help information"
}, },
}; };
const sceneHelp = meowHelp({ const sceneHelp = meowHelp({
name: "meld-cli", name: "meld-cli scene",
flags, flags,
commands, commands,
description: "Manage scenes in Meld", description: "Manage scenes in Meld",