Rename cli command "run" to "execute"

This commit is contained in:
Jan Oberhauser
2019-06-24 08:28:24 +02:00
parent b776bd8bd7
commit 2b7382cd63
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ import {
module.exports = (vorpal: Vorpal) => {
return vorpal
.command('run')
.command('execute')
// @ts-ignore
.description('Executes a given workflow')
.option('--file <workflow-file>',