bee-san/pyWhat

Pywhat should accept multiple files as input

Open

#171 opened on Oct 4, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (382 forks)batch import
good first issuehacktoberfest

Repository metrics

Stars
 (6,228 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Pywhat supports files and folders, but it does not allow passing several files as arguments: $ pywhat file1 file2 file3 results in Error: Got unexpected extra arguments (file2 file3)

Contributor guide