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-05 10:03:18 +01:00
parent d522e35bc0
commit 1aff2742bf
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: Convert tests with `@DisplayName` to Javadoc:
```bash ```bash
python -m standardize_java_text --javadoc --only-displayname FILE... python -m standardize_java_text --javadoc --only-displayname <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

View File

@ -23,7 +23,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 FILE... python -m standardize_java_text --javadoc --only-displayname <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