1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-18 06:37:31 +00:00

Add symlink command documentation and comprehensive error testing

Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-27 01:24:02 +00:00
parent bf04701605
commit e067bb400f
2 changed files with 17 additions and 0 deletions

View file

@ -127,6 +127,7 @@ Test scripts use the [`txtar`](https://pkg.go.dev/github.com/rogpeppe/go-interna
- **mv** - Move/rename files
- **rm** - Remove files/directories
- **chmod** - Change file permissions
- **symlink** - Create symbolic links
- **env** - Set environment variables
- **cmpenv** - Compare files with environment variable substitution
- **stdin** - Set stdin for next command