Skip to content

Commit 148b505

Browse files
committed
docs: update documentation
1 parent 6a331bd commit 148b505

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/globals.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,14 @@ Internal messages from bashunit include the `[INTERNAL]` prefix so you can easil
5858

5959
> `temp_file <?prefix>`: creates a temporal file
6060
61+
The file is automatically deleted when bashunit completes.
62+
6163
## temp_dir
6264

6365
> `temp_dir <?prefix>`: creates a temporal directory
6466
67+
The directory is automatically deleted when bashunit completes.
68+
6569
## is_command_available
6670

6771
> `is_command_available`: Checks if command is available

0 commit comments

Comments
 (0)