Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit dbcf2ef

Browse files
Update README.md
1 parent ac95cba commit dbcf2ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ Flag | Description
2525

2626
#### Examples
2727

28+
Tip: Until release files are uploaded, I recommend adding `--` after `dotnet run` when using argument flags to signal that the parameters are for the file generator and not for the `dotnet` command.
29+
2830
```
29-
dotnet run 50,000 -p Random-
31+
dotnet run -- 50,000 -p Random-
3032
```
3133
Creates 50,000 files, each named similarly to "Random-########", in a subfolder named "output". There are no file extensions, nor is there a space after the prefix (due to the prefix's ending hyphen).
3234

3335
```
34-
dotnet run 100 -p TEST-1229 -e txt -o My Output Folder -s 1000000 -d 1000
36+
dotnet run -- 100 -p TEST-1229 -e txt -o My Output Folder -s 1000000 -d 1000
3537
```
3638
Creates one hundred 1MB files, each named similarly to "TEST-1229 ##########.txt", with a 1s break between each file's creation, and in a subfolder called "My Output Folder".

0 commit comments

Comments
 (0)