You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2022/03/04 14:31:34 UTC

[GitHub] [fluo-uno] ctubbsii commented on pull request #279: Add --test option to copy the test jar

ctubbsii commented on pull request #279:
URL: https://github.com/apache/fluo-uno/pull/279#issuecomment-1059212227


   > It would be nice to make this option work with `--no-deps` but as-is they both use `$1`
   
   The typical way to handle that in a bash script is to loop over all the arguments, use a switch statement to check `$1` for a recognized option, then use `shift` to pop the arguments off the beginning of the list (after reading them and handling the option), then returning to the loop.


-- 
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: notifications-unsubscribe@fluo.apache.org

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