umccr / icav2-cli-plugins

A set of additional subcommands for icav2
MIT License
2 stars 0 forks source link

Refactor check_args to allow for assignments from args to attributes #271

Closed alexiswl closed 4 months ago

alexiswl commented 6 months ago

Rather than have each check_args defined with self.attribute = self.args.get(...),

use a parent class to assign from cli instead.