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:
parent
bf04701605
commit
e067bb400f
2 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue