Fix commandline
This commit is contained in:
parent
8cc861b6b1
commit
a105db28f1
|
@ -10,7 +10,7 @@ Is capable of migrating from Javadoc based property specification to the
|
||||||
Convert tests with `@DisplayName` to Javadoc:
|
Convert tests with `@DisplayName` to Javadoc:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
|
python -m standardize_test_format --javadoc --only-displayname -i <REPOSITORY_PATH>
|
||||||
```
|
```
|
||||||
|
|
||||||
It it recommended that you do this with no unstaged changes, to more easily
|
It it recommended that you do this with no unstaged changes, to more easily
|
||||||
|
|
Loading…
Reference in New Issue
Block a user