You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/11/04 09:39:30 UTC

[GitHub] [maven] michael-o commented on pull request #605: [MNG-7217] Update Commons CLI to 1.5.0

michael-o commented on pull request #605:
URL: https://github.com/apache/maven/pull/605#issuecomment-960595019


   Looks nice:
   ```
   $ ./apache-maven-4.0.0-alpha-1-SNAPSHOT/bin/mvn help:system -D1prop -D2prop=2 "-D3prop=sdf" -D4prop="source pr0n" | grep prop= | sort
   1prop=true
   2prop=2
   3prop=sdf
   4prop=source pr0n
   sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher help:system -D1prop -D2prop=2 -D3prop=sdf -D4prop=source pr0n
   ```
   and
   ```
   $ ./apache-maven-4.0.0-alpha-1-SNAPSHOT/bin/mvn help:system -D 1prop -D 2prop=2 -D "3prop=sdf" -D 4prop="source pr0n" -D 5prop=1=2 | grep prop= | sort
   1prop=true
   2prop=2
   3prop=sdf
   4prop=source pr0n
   5prop=1=2
   sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher help:system -D 1prop -D 2prop=2 -D 3prop=sdf -D 4prop=source pr0n -D 5prop=1=2
   ```


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org