Skip to content

Commit 123395b

Browse files
Merge pull request #103 from andreaswolf/issue-59
[TASK] Describe dry-run in README.md
2 parents b1513e3 + 71eafe4 commit 123395b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ Execute Fractor from the command line, passing the path to your configuration fi
9191
Fractor will apply the rules specified in the configuration file to the targeted files.
9292
Review the changes made by Fractor to ensure they meet your expectations.
9393

94+
You would also run fractor in dry mode:
95+
96+
```
97+
./vendor/bin/fractor process -f fractor.php --dry-run
98+
```
99+
100+
Fractor will output all the potential changes on the console without really execution.
101+
94102
## Customization
95103

96104
You can modify existing rules or create new ones to tailor Fractor's behavior to your specific needs.

0 commit comments

Comments
 (0)