janweinschenker commented on PR #1559:
URL: https://github.com/apache/maven-mvnd/pull/1559#issuecomment-4141443115

   What I tested on zsh:
   
   ```shell
   $ mvnd [TAB]
   # resulted in:
   
   $ mvnd 
   clean                    generate-sources         install                  
post-integration-test    pre-site                 process-sources          site 
                    validate
   compile                  generate-test-resources  integration-test         
post-site                prepare-package          process-test-classes     
site-deploy              verify
   deploy                   generate-test-sources    package                  
pre-clean                process-classes          process-test-resources   test 
                    
   generate-resources       initialize               post-clean               
pre-integration-test     process-resources        process-test-sources     
test-compile  
   ```
   
   ```shell
   $ mvnd cl [TAB]
   # resulted in:
   $ mvnd clean
   ```
   
   ```shell
   $ mvnd clean pa [TAB]
   # resulted in:
   $ mvnd clean package
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to