InBrowserApp / tldr.inbrowser.app

📝 tldr InBrowser.App is a offline-capable PWA for tldr-pages. Fully runs in your browser. Zero API latency.
https://tldr.inbrowser.app
MIT License
185 stars 21 forks source link

Implement ability to selectively show short or long options using CLI json schemas #5

Closed EmilyGraceSeville7cf closed 1 year ago

EmilyGraceSeville7cf commented 1 year ago

Recently (today) I've created a new TlDr project to formalize programs CLI via JSON schemas. It means that we will be able to check CLI usage in the future automatically not relying on parsing man pages. Also it means that it will be possible to easily know what subcommands and options are supported and how they must be used. To tell a long story short I suggest (several weeks later when everything will be ready for it) to implement ability to chose by regex what options to show as short and what as long. For instance to show all options starting with a as short, and others as long.

EmilyGraceSeville7cf commented 1 year ago

Project is no longer supported. It has been moved to Better TlDr.