From here. The remaining arguments not parsed by the Command are passed to the TaskLoader. This would be a nice opportunity for the TaskLoader to be able to consume/modify arguments before the arguments are parsed by the main program.
Allow the result of the TaskLoader2.load_tasks
to be either List[Task]
or Tuple[List[Task], List[str]]
where in the tuple case the second result would be arguments.
Right now it's possible to mutate the passed in the argument list to get the desired effect. That is obviously not intended.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too