added in doco

This commit is contained in:
prodigysml
2023-04-08 12:36:03 +10:00
parent 74fdb53494
commit 575582e570

View File

@@ -74,9 +74,10 @@ Alternatively, you can pass targets in via STDIN and neither -t or -tL will be r
The following variables will be replaced in commands at runtime:
| Variable | Replacement |
|-----------|-------------------------------------------------------------------------|
|-----------------|---------------------------------------------------------------------------------------|
| \_target\_ | Replaced with the expanded target list that the current thread is running against |
| \_cleantarget\_ | Replaced with target cleanded from http:// or https:// |
| \_cleantarget\_ | Replaced with target cleaned from http:// or https:// |
| \_safe-target\_ | Replaced with target automatically quoting for commands, stopping subcommands running |
| \_host\_ | Works the same as \_target\_, and can be used interchangeably |
| \_output\_ | Replaced with the output folder variable from Interlace |
| \_port\_ | Replaced with the expanded port variable from Interlace |