-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Pywhat should accept multiple files as input #171
Comments
I just need to make it loop over each argument with proper additional details, right? Can I be assigned this? |
I am not sure if it will work this way. You may need to check click documentation for info about multiple options. Ok, I will assign you.😀 |
Unassigned due to inactivity. |
Hi, Can I be assigned to this task for this year's Hacktober fest ? |
Pywhat supports files and folders, but it does not allow passing several files as arguments:
$ pywhat file1 file2 file3
results inError: Got unexpected extra arguments (file2 file3)
The text was updated successfully, but these errors were encountered: