lein-exec
lein-exec copied to clipboard
Add support for -- to indicate end of option arguments
trafficstars
This is a minor issue, but it's considered good practice for command-line programs to support -- as an option to indicate that the next argument is not an option argument, just in case the user is giving their scripts names which start with dashes.
Good point, thanks! I will look into it.