You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/ChainCommands.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The code below shows an example on how it could be used, in this case I first ru
7
7

8
8
9
9
## 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.
11
11
12
12

0 commit comments