File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,8 @@ Nancy recognises these commands:
150150 trailing newline removed. This can be used to expand the output of a
151151 program run with ` $run ` .
152152+ * ` $path ` * Expands to the file currently being expanded, relative to the
153- input tree. This is always a template file, unless the current input path is a single file.
153+ input tree. This is always a template file, unless the current input path
154+ is a single file.
154155+ * ` $realpath ` * Returns the real path of the file currently being expanded.
155156+ * ` $outputpath ` * Returns the path of the output for the file currently
156157 being expanded.
Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ Nancy recognises these commands:
135135 trailing newline removed. This can be used to expand the output of a
136136 program run with ` \$run ` .
137137+ * ` \$path ` * Expands to the file currently being expanded, relative to the
138- input tree. This is always a template file, unless the current input path is a single file.
138+ input tree. This is always a template file, unless the current input path
139+ is a single file.
139140+ * ` \$realpath ` * Returns the real path of the file currently being expanded.
140141+ * ` \$outputpath ` * Returns the path of the output for the file currently
141142 being expanded.
You can’t perform that action at this time.
0 commit comments