fix: naming of the commands

This commit is contained in:
tusharmagar 2025-11-21 13:36:53 +05:30
parent 7425e077f3
commit 64a284ccc1

View file

@ -37,7 +37,7 @@ yargs(hideBin(process.argv))
}
)
.command(
"sync-example <example>",
"import-example <example>",
"Import an example workflow by name",
(y) => y.positional("example", {
type: "string",
@ -53,7 +53,7 @@ yargs(hideBin(process.argv))
}
)
.command(
"list-example",
"list-examples",
"List all available example workflows",
(y) => y,
async () => {