mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
fix: naming of the commands
This commit is contained in:
parent
7425e077f3
commit
64a284ccc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue