Remove OptionsList use.
Closed this issue · 3 comments
j-andrews7 commented
Class for OptionsList needs to be removed - it will interfere down the line when trying to run each module as a separate sub-command.
Change the current code to serve as modules and use click to pass in arguments.
j-andrews7 commented
This will have to be done in tandem with #2, as the argument handling, sub-commands, options, and help text will be implemented through click
in venusaur.py
.
j-andrews7 commented
Class has been removed from everything except motifs.py
, which will really need some cleaning up down the line regardless.
j-andrews7 commented
Merged into #33.