emk/subtitles-rs

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

emk opened this issue · 1 comments

emk commented

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