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

CLI input for autopipeline spacing variable not clear #150

Open
strixy16 opened this issue Dec 5, 2024 · 0 comments
Open

CLI input for autopipeline spacing variable not clear #150

strixy16 opened this issue Dec 5, 2024 · 0 comments

Comments

@strixy16
Copy link
Collaborator

strixy16 commented Dec 5, 2024

The provided description for the --spacing flag in the CLI call of autopipeline is not clear.

It currently has:
--spacing [Tuple: (int,int,int)]

which to me indicates that it should be written as:
--spacing (0,0,0)

but that returns the error:
imgtools Automatic Processing Pipeline.: error: argument --spacing: expected 3 arguments

The actual correct input to get it to work is:
--spacing 0 0 0

This might be intuitive to those familiar with bash CLI and scripting, but it wasn't to me. Can we give a proper example of how to input all of the arguments?

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

1 participant