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/src/ref/v2cli.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,14 @@ nextonic build
40
40
You can use various Unix `argv[0]` hacks to achieve this, or you can just rename
41
41
or symlink the `tectonic` binary to `nextonic` manually.
42
42
43
+
44
+
## External tools
45
+
46
+
The V2 interface also supports external commands. If you run `tectonic -X cmd`, where `cmd` is NOT built into Tectonic, Tectonic will search for a binary called `tectonic-cmd` and run it if it exists.
47
+
48
+
49
+
50
+
43
51
## Migration plan
44
52
45
53
The plan is to eventually migrate to make the V2 interface the default. This
0 commit comments