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: {
type: "boolean",
shortFlag: "h",
description: "Display help information"
desc: "Display help information"
},
};
const sceneHelp = meowHelp({
name: "meld-cli",
name: "meld-cli scene",
flags,
commands,
description: "Manage scenes in Meld",