mirror of
https://github.com/onyx-and-iris/meld-cli.git
synced 2025-07-12 10:21:45 +00:00
fix scene help
This commit is contained in:
parent
a996846e52
commit
660fdc7ffe
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user