fossasia / searss

Search to RSS tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better argument passing

kalbhor opened this issue · comments

Currently the method used for parsing arguments isn't very efficient and might be confusing to users. May I implement argparse (a built in module) to fetch arguments in a proper manner?

I have implemented a scalable and more efficient argument parser. Sending a pull request.