ispras/casr

Use clap::Arg for environment variables

hkctkuy opened this issue · 0 comments

Should we use clap::Arg for parsing of environment variables?

Оn the one hand, this saves you from writing the parsing code yourself and manually docs updating and does code more unified, but on the other, it this requires additional dependency (feature env).