emk / subtitles-rs

Use SRT subtitle files to study foreign languages (in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

emk opened this issue · comments

@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.