We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d31b86 commit cd03465Copy full SHA for cd03465
src/cli/CLI.ts
@@ -24,7 +24,7 @@ function makeProgram() {
24
.name('local-sfn')
25
.description(
26
`Execute an Amazon States Language state machine with the given inputs.
27
-The result of each execution will be output in a new line and in the same order as its corresponding input.`
+The result of each execution will be printed in a new line and in the same order as its corresponding input.`
28
)
29
.helpOption('-h, --help', 'Print help for command and exit.')
30
.configureHelp({ helpWidth: 80 })
0 commit comments