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: Readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Output files location. Either `--output`, `--dir` or `--replace` option, but
33
33
not all of them, need to be specified. `--dir` or `--replace` needs to be used
34
34
if multiple input file is provided.
35
35
36
+
#### `--inputContext|-x`
37
+
38
+
Optional declaration of parent folder for input when `--dir` is used and an input glob may return nested directories. When applied, `--input` glob will be relative to `--inputContext` and folder structure inside `--inputContext` will be mimicked in `--dir`
39
+
36
40
#### `--replace|-r`
37
41
38
42
Replace input file(s) with generated output. Either `--output`, `--dir` or
0 commit comments