OpenGuides / Wiki-Toolkit

http://www.wiki-toolkit.org/
2 stars 3 forks source link

Refactor common portions of command line tools #2

Open jmdh opened 7 years ago

jmdh commented 7 years ago

[from http://www.wiki-toolkit.org/ticket/30]

We have now around four utility scripts which have a vast amount of code in common. Duplication is BAD!

We need to abstract out common functionality into a utility module and possibly also make the command line tools a single tool with dispatchers to different sub-commands.