Skip to content
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

Open
philshafer opened this issue Nov 16, 2024 · 0 comments
Open

--as-args option #59

philshafer opened this issue Nov 16, 2024 · 0 comments
Assignees

Comments

@philshafer
Copy link
Contributor

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

@philshafer philshafer self-assigned this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant