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

Multiple scan paths are not supported #8

Open
micahsnyder opened this issue Apr 4, 2024 · 0 comments
Open

Multiple scan paths are not supported #8

micahsnyder opened this issue Apr 4, 2024 · 0 comments

Comments

@micahsnyder
Copy link
Contributor

The scan command only handles one scan target.

E.g. this will fail

❯ archive scan ./*
Usage: archive scan [OPTIONS] PATH
Try 'archive scan --help' for help.

Error: Got unexpected extra arguments (./clam.zip ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./LICENSE ./pyproject.toml ./README.md ./SECURITY.md ./src)

It would be convenient to be able to pass multiple files to be scanned. But it is also fine for now that it does not. We just need to adjust the documentation and help-message to make it clear how to use it.

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