Python utility library
Find a file
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
bin Rename the MODDIR makefile variable to JWBDIR 2019-06-29 23:32:20 +02:00
conf Rename the MODDIR makefile variable to JWBDIR 2019-06-29 23:32:20 +02:00
make project.conf: Fix syntax 2020-05-15 20:44:44 +00:00
scripts Add missing async keywords to jwutils.Cmd.run() reimplementations 2020-02-10 19:49:46 +01:00
test Add module jwutils.cast 2025-01-16 12:39:20 +01:00
tools Cmds: Add parsed args as attribute 2025-01-29 12:51:01 +01:00
.gitignore grammar.py et al: Centralize more code 2017-10-29 18:25:55 +01:00
HASH Release 1.0.0-19@suse-tumbleweed/x86_64 2025-01-27 15:59:03 +00:00
Makefile Rename the MODDIR makefile variable to JWBDIR 2019-06-29 23:32:20 +02:00
RELEASES Release 1.0.0-19@suse-tumbleweed/x86_64 2025-01-27 15:59:03 +00:00
VERSION Start version: 1.0.0-19 2025-01-27 15:58:42 +00:00