Closed pwilczynskiclearcode closed 9 years ago
Supporting multiple files is a great idea. I don't think glob support is great since:
a*.b
)For nargs
, I think we want +
since a filepath is always required.
https://docs.python.org/3/library/argparse.html#nargs
Want to open a PR for this?
Want to open a PR for this?
Well, I haven't coded anything yet in this matter. Hard to promise.
I can't tell. Is that a yes or a no? You see to grasp what needs to be done quite well.
Ok then, yes.
This has been resolved by #19 and patched/released in 0.12.0
.
It would be awsome if I could pass pattern or list of patterns instead of one file only:
I guess help text will look like
Using proper nargs and glob should do it: