Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 676 Bytes

Usage.md

File metadata and controls

31 lines (16 loc) · 676 Bytes

MarkDownHtmlGenerator

Description

	This Program is used to generate html from markdown files which are in special folder.

Arguments

  • -p/-path

    Path which is include Markdown files. You MUST set this argument. Example: -p C:\Projects\ProjA\Apis

  • -o/--output

    Path which will save genarated html files. Example: -o C:\Projects\ProjA\Apis\Html

  • -f/--files

    Markdown file name list. Example: -f Index.md,Base.md,UserValidation.md

  • -s/--searchpattern

    Markdown file search patter. Example: -s *.md or -s Index.md

  • -v/--verbose

    Prints all messages to standard output. Example: -v

  • --help

    Show helps.