diff --git a/apps/cli/bin/app.js b/apps/cli/bin/app.js index 41fdcc9e..5fdf3ffc 100755 --- a/apps/cli/bin/app.js +++ b/apps/cli/bin/app.js @@ -37,7 +37,7 @@ yargs(hideBin(process.argv)) } ) .command( - "sync-example ", + "import-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 () => {