Compare commits
No commits in common. "125da4e32df53a81bbf197b19edfa218fdb7d422" and "e2ae07513a35adb7acf84b8e5bdc78f0f408fba8" have entirely different histories.
125da4e32d
...
e2ae07513a
|
@ -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 <REPOSITORY_PATH>
|
python -m standardize_java_text --javadoc --only-displayname FILE...
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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 <REPOSITORY_PATH>
|
python -m standardize_java_text --javadoc --only-displayname FILE...
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -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_java_text --javadoc --only-displayname FILE...
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.4'
|
__version__ = '0.1.3'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user