umccr / icav2-cli-plugins

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

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

Open alexiswl opened 1 month ago

alexiswl commented 1 month ago

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

use a parent class to assign from cli instead.