-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--as-args option #59
Labels
Comments
I'm pitching this idea for now, since there's no way to build elements as arguments, only strings. I did it with strings and, well, it stinks. Here's the patch, just for history..... Thanks,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parameters are good, but sometimes a script wants just straight arguments, so "--as-args" turns any remaining arguments into values in a global parameter named "$ARGV".
Need to think of a way for this to work with "-n", since
#!/usr/bin/env slaxproc -n --as-args
won't work. Maybe take a number of arguments before starting ARGV?Thanks,
Phil
The text was updated successfully, but these errors were encountered: