barry-jones / live-documenter

.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
https://livedocumenter.barryjones.me.uk
MIT License
71 stars 4 forks source link

Add options to export without configuration file in console application #11

Closed barry-jones closed 5 years ago

barry-jones commented 5 years ago

Currently the console application uses a configuration xml file to describe how the some documentation will be exported. It details which files and members will be exported, and what exporters to use. We should allow this with options on the console application to simplify the application and get people up and running without needing to teach the ins and outs of this file.

    -h                    show help information
    -v                    show verbose export details
    <filename>  The path to the configuration xml file, library, project or solution
    -format [xml|web|htmlhelp1|htmlhelp2|helpviewer] 
                           The type of export formatter to use. Defaults to web.
    -to                  Directory to export to. Defaults to current directory
    -filters[public|protected|internal|internalprotected|private] 
                          Filters for visibility of members to export. Defaults to public.
barry-jones commented 5 years ago

Implemented by e873954bfc96ae832b011c10d86fe737a0eb39c1