mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Adding vanilla '-P' in completion suggestions
This commit is contained in:
parent
2a9c1d07f6
commit
8e52e8946d
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ function listMavenCompletions {
|
|||
archetype:generate generate-sources
|
||||
cobertura:cobertura
|
||||
-Dtest= `if [ -d ./src/test/java ] ; then find ./src/test/java -type f -name '*.java' | grep -v svn | sed 's?.*/\([^/]*\)\..*?-Dtest=\1?' ; fi`
|
||||
$profiles
|
||||
-P $profiles
|
||||
)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue