Skip to content

Commit 331cd6f

Browse files
committed
Merge #346 from branch '90-documentHowToUseMFixAsCLI'
2 parents 88eb9dd + 8a50e98 commit 331cd6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Run the tests (in `metafix/src/test/java`) and checks (`.editorconfig`, `config/
2424

2525
`./gradlew clean check`
2626

27+
To execute a Fix (embedded in a Flux) via CLI:
28+
29+
`./gradlew :metafix-runner:run --args="$PWD/path/to.flux"`
30+
2731
(To import the projects in Eclipse, choose `File > Import > Existing Gradle Project` and select the `metafacture-fix` directory.)
2832

2933
## Usage

0 commit comments

Comments
 (0)