Hello all! I would like to use CRaSH for an interactive shell in my application, but I would like to know if I can use it to parse command line arguments to my custom application as well. Currently, I am using commons-cli for that purpose, and Spring Shell for my application's shell. It would be great to be able to switch over to CRaSH for both purposes. I see that there is a CRaSH minimal jar that interests me quite a bit. I see plenty of examples of using CRaSH for an interactive shell, but I have not seen anything that indicates how appropriate it could be for a main method's command arguments. Could someone point me to an example if any exist? Thanks in advance.
Cheers,
Steve