Handle target list comments and encoding errors

This commit is contained in:
bearsyankees
2026-07-06 23:29:01 -04:00
parent 7783fcac12
commit 2c470c9daa
6 changed files with 41 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ strix (--target <target> | --target-list <path> | --mount <path>) [options]
</ParamField>
<ParamField path="--target-list" type="string">
Path to a file containing targets, one per non-empty line. Can be specified multiple times and combined with `--target`.
Path to a file containing targets, one per non-empty, non-comment line. Lines starting with `#` are ignored. Can be specified multiple times and combined with `--target`.
</ParamField>
<ParamField path="--mount" type="string">