jw-python/tools/python
Jan Lindemann 2ec6e72cff Cmds: Add parsed args as attribute
The parsed args container is passed to the run() function and friends
for convenient use.  Sometimes, though, the base classes or umbrella
commands need to make use of it, too, even more so as they may define
command line arguments via add_arguments(). However, run() or _run()
or whatever is never called on them, neither any other callback, so
make args available to them as a member variable.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-01-29 12:51:01 +01:00
..
jwutils Cmds: Add parsed args as attribute 2025-01-29 12:51:01 +01:00
Makefile Fix Python errors reported by mypy 2020-04-10 14:17:15 +02:00