Skip to content

Commit bbab408

Browse files
Use async parsing for CLI commands
1 parent db536ae commit bbab408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ workflowRunsCmd
6969
.description("describe a workflow run")
7070
.action(withErrorHandling(describeRun));
7171

72-
program.parse();
72+
await program.parseAsync(process.argv);

0 commit comments

Comments
 (0)