mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add new mvn alias for mvn fmt:format (#9053)
* mvn: add mvnfmt alias * mvn: update README.md
This commit is contained in:
parent
cea89f5439
commit
6152ac30be
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ if it's found, or the mvn command otherwise.
|
|||
| `mvndocs` | `mvn dependency:resolve -Dclassifier=javadoc` |
|
||||
| `mvndt` | `mvn dependency:tree` |
|
||||
| `mvne` | `mvn eclipse:eclipse` |
|
||||
| `mvnfmt` | `mvn fmt:format` |
|
||||
| `mvnjetty` | `mvn jetty:run` |
|
||||
| `mvnp` | `mvn package` |
|
||||
| `mvns` | `mvn site` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue