sajattack / discourse-tui

Terminal UI for Discourse forums
MIT License
11 stars 2 forks source link

No --help or --version #3

Open vi opened 6 years ago

vi commented 6 years ago

Maybe discourse-tui should use clap/structopt?

sajattack commented 6 years ago

I think clap is a bit too heavy but I can add these options.

vi commented 6 years ago

If you program Rust normally (delegating to dependencies as much as possible, etc.) then usually baseline stripped optimized executable size is around 1.5MB. Clap is around 150KB of them.