j-andrews7/VAMPIRE

Remove OptionsList use.

Closed this issue · 3 comments

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.

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.

Class has been removed from everything except motifs.py, which will really need some cleaning up down the line regardless.

Merged into #33.