1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2025-03-06 12:28:51 +01:00
parent 15d8705ac9
commit 07a266c434
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Is capable of migrating from Javadoc based property specification to the
Convert tests with `@DisplayName` to Javadoc:
```bash
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -23,7 +23,7 @@ Is capable of migrating from Javadoc based property specification to the
Convert tests with `@DisplayName` to Javadoc:
```bash
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily