nanozuki / dantalian

A nfo file generator for your anime. Source from Bangumi.
GNU General Public License v3.0
86 stars 7 forks source link

source in Opts should be a PathBuf #32

Closed laxect closed 3 years ago

laxect commented 3 years ago

Source in Opts should be a PathBuf.

nanozuki commented 3 years ago

Is there any description

laxect commented 3 years ago

Source in Opts should be a Pathbuf. This can help clap to deser the Options, and can help clap_generate to generate a more useful completion that can complete path (Though clap_generate have no that ability now).

There is also a force flag that should also be PathBuf, but because the target of force can be dirname (and not really a path), I think force should stay as String.