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