emk / subtitles-rs

Use SRT subtitle files to study foreign languages (in progress)
Apache License 2.0
303 stars 34 forks source link

Switch argument parsing to `structopt` (which uses `clap`) #18

Closed emk closed 6 years ago

emk commented 7 years ago

@Arthaey has suggested a couple of command-line flags that I agree are good ideas (despite my general bias against them). These can be added much more easily if we switch argument parsing to clap. I'll try to take a look at this.

emk commented 6 years ago

Ooh, this is a nice clap wrapper: http://robert.ocallahan.org/2017/11/in-praise-of-rusts-structopt-for.html