Closed benjspriggs closed 6 years ago
I figured it would be good to have a single entry point for users that want to use SPECtate.
This PR simply moves the dialogue and speccurses interactions into src, where they're both accessible via the corresponding arguments to mainCLI.main.
dialogue
speccurses
src
mainCLI.main
Closing since #184 affected everything, will reopen later with the same effective changes.
I figured it would be good to have a single entry point for users that want to use SPECtate.
This PR simply moves the
dialogue
andspeccurses
interactions intosrc
, where they're both accessible via the corresponding arguments tomainCLI.main
.