adamabdelhamed / PowerArgs

The ultimate .NET Standard command line argument parser
MIT License
569 stars 56 forks source link

NOT ISSUE - How to generate HTML Help instead of Console - Just a Question #125

Closed akshayjoyinfo closed 6 years ago

akshayjoyinfo commented 6 years ago

How to generate HTML Help instead of Console

I have used Console Help for now, that I dont know how to generate HELP from HTML which you provided in Resources folder.

adamabdelhamed commented 6 years ago

Like this

var browserOutput = ArgUsage.GenerateUsageFromTemplate(type, template: UsageTemplates.BrowserTemplate);

akshayjoyinfo commented 5 years ago

awesome thanks..