Skip to content

Commit f905e21

Browse files
committed
Updated the documentation.
1 parent 1515bd6 commit f905e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/ChainCommands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The code below shows an example on how it could be used, in this case I first ru
77
![Alt text](images/pipe_call.png?raw=true "Chain of commands")
88

99
## Handling the output from the previous command
10-
The target command must implement code to work as a target command, let´s take a look on how this is implemented in the FileCommand class.
10+
If the target command needs the output from the calling command the target command must implement code pickup the output, let´s take a look on how this is implemented in the FileCommand class.
1111

1212
![Alt text](images/file_command.png?raw=true "Handling the output from the previous command")
1313

0 commit comments

Comments
 (0)