jmurrayufo / poe_tracker

GNU General Public License v3.0
1 stars 0 forks source link

Module Based ArgParse Generation #43

Open jmurrayufo opened 4 years ago

jmurrayufo commented 4 years ago

Generate the arguments list, which currently lives in a massive poe.py function, in each of the submodules (trade, accounts, etc).

Check out sub-sub-parsers to see if they make sense to use as well.