Closed alexiswl closed 4 months ago
Rather than have each check_args defined with self.attribute = self.args.get(...),
self.attribute = self.args.get(...)
use a parent class to assign from cli instead.
Rather than have each check_args defined with
self.attribute = self.args.get(...)
,use a parent class to assign from cli instead.