Skip to content

Commit d7d8d46

Browse files
authored
Document limitations of binary invocations in README
Add limitations section to README regarding $PATH usage.
1 parent 31f57f0 commit d7d8d46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ fn test_api_interactions() {
243243
}
244244
```
245245

246+
## Limitations
247+
248+
Due to how commandeer utilizes the $PATH of a process, only relative binary invocations are supported (absolute path binary invocations do not work).
249+
246250
## License
247251

248252
Licensed under the MIT License. See `LICENSE` file for details.

0 commit comments

Comments
 (0)