summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1486f4a..7a4e214 100644
--- a/README.md
+++ b/README.md
@@ -96,3 +96,9 @@ Run:
- `cat input.go | ./hexai-action`
- or `./hexai-action < input.go`
+- or with files: `./hexai-action --infile input.go --outfile output.go`
+
+Flags
+
+- `--infile` Read input from the given file instead of stdin.
+- `--outfile` Write output to the given file instead of stdout (truncates/creates).