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

--script and --command-file are a bit redundant #7

Open
wwood opened this issue Sep 23, 2022 · 1 comment
Open

--script and --command-file are a bit redundant #7

wwood opened this issue Sep 23, 2022 · 1 comment

Comments

@wwood
Copy link
Member

wwood commented Sep 23, 2022

Maybe I'm slow, but why have two different options? It doesn't make sense to specify both at any one time, right?

Obviously low priority

@sternp
Copy link
Member

sternp commented Sep 25, 2022

They're slightly different. --script can take any kind of script (ie a complex multi-line script) and submit it to the queue. --command-file is specific for running chunks and requires a newline separated list of commands to split into chunks, (i.e. each command(s) to be split must be fully contained on a single line).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants