File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -775,6 +775,7 @@ Update the input and output blocks:
775775 ```
776776
777777This specifies:
778+
778779- The input file parameter name (` input_file ` instead of generic ` input ` )
779780- The output filename using the configurable prefix pattern (` ${prefix}.txt ` instead of wildcard ` * ` )
780781- A descriptive emit name (` cowpy_output ` instead of generic ` output ` )
@@ -819,6 +820,7 @@ We can reference our manual module from section 1.3.2 for the command logic:
819820 ```
820821
821822Key changes:
823+
822824- Change ` def prefix ` to just ` prefix ` (without ` def ` ) so it's accessible in the output block
823825- Replace the comment with the actual cowpy command that uses both ` $args ` and ` ${prefix}.txt `
824826
@@ -863,6 +865,7 @@ It must produce the same output files as the script block:
863865 ```
864866
865867Key changes:
868+
866869- Change ` def prefix ` to just ` prefix ` to match the script block
867870- Remove the ` echo $args ` line (which was just template placeholder code)
868871- The stub creates an empty ` ${prefix}.txt ` file matching what the script block produces
You can’t perform that action at this time.
0 commit comments