Skip to content

Commit 7d9a18b

Browse files
committed
removed extra parameter
1 parent b7d63e8 commit 7d9a18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wmiocli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ program.command('flowservice-execute <project-id> <flow-name> [input-json]')
700700
experimental.messagingStats(projectId,name);
701701
});
702702

703-
program.command('experimental-workflow-execution-analysis <vbid> <project-id> [format]',{hidden: hideExperimental})
703+
program.command('experimental-workflow-execution-analysis <vbid> [format]',{hidden: hideExperimental})
704704
.description('Provide workflow exedcution analysis')
705705
.action((vbid,format) => {
706706
checkOptions();

0 commit comments

Comments
 (0)