Many commands like core utils install accept arguments like in following manner: install -m700. In args this leads to individual options for m, 7, 0 and 0, respectively. I am unsure if implementing this is possible with the dynamic approach taken by args, but it's worth to mention for completeness’ sake.
Many commands like core utils
installaccept arguments like in following manner:install -m700. In args this leads to individual options for m, 7, 0 and 0, respectively. I am unsure if implementing this is possible with the dynamic approach taken by args, but it's worth to mention for completeness’ sake.