geaz / sharpDox

A c# documentation tool (Discontinued)
http://sharpdox.de
MIT License
163 stars 37 forks source link

Run command line easier #69

Open BenjaminAbt opened 8 years ago

BenjaminAbt commented 8 years ago

At this point we need a configuration file which can be passed to the command line as --config.

This has some disadvantages:

Solution:

a more flexible command line parser which does accept a config file and also all config elements (name, version, author..) as parameter values.

BenjaminAbt commented 8 years ago

I already started to implement this. https://github.com/Geaz/sharpDox/compare/dev...BenjaminAbt:dev

geaz commented 8 years ago

Great news! The current console executable was just a simple implementation to execute the configs generated by the ui application. Looking forward to the push request :+1: