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: [email protected]

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


Reply via email to