Tarun4201 commented on PR #13239:
URL: https://github.com/apache/maven/pull/13239#issuecomment-5777262333

   Thank you for catching those missing flags! 
   
   I have pushed a new commit to resolve the missing flags:
   1. Fixed the incorrect `-st` flag by changing it to `-t` (`--toolchains`) in 
the space-separated arguments list.
   2. Added the remaining path-accepting flags: `-ps` (`--project-settings`), 
`-is` (`--install-settings`), `-it` (`--install-toolchains`), and `-l` 
(`--log-file`) to both the space-separated check and the equals-form check 
(`--project-settings=/*`, etc.).
   3. Removed the trailing `# End of file` comment to match the project's 
styling.
   
   All paths should now be converted correctly for Cygwin users across all of 
these flags. Let me know if everything looks good!


-- 
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