The RDF Toolkit needs a new Command Line Interface (CLI) that not only supports the current command line options of the Serializer but also all the new features of "The Builder".
The idea is to create an interface that would look like this:
./rdf-toolkit [<generic options>] <command> [<command specific options>]
Where:
<command>
is either "serialize" or "build" (and in the future other commands as well like "rename")
<generic options>
<command specific options> are specific to the given command