jw-pkg/src/python/jw/pkg/cmds/posix
Jan Lindemann 7e2099877c
lib.Cmd.load_subcommands(): Add method

Push cmds.Cmd._add_subcommands() as lib.Cmd.load_subcommands() one step up to the top of the type hierarchy ladder.

By default, it does the same thing, i.e. load subcommands matching frobnicate.Cmd* if called on class CmdFrobnicate.

This commit also replaces invocations of Cmd._add_subcommands() by invocations of this new method.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-05-01 15:56:08 +02:00
..
tar cmds.posix.tar.CmdExtract: Log number of extracted files 2026-04-24 16:53:55 +02:00
Cmd.py cmds.CmdPosix: Add command 2026-04-16 12:56:22 +02:00
CmdCopy.py App.distro_xxx: Move properties to Distro.xxx 2026-04-19 21:00:21 +02:00
CmdTar.py lib.Cmd.load_subcommands(): Add method 2026-05-01 15:56:08 +02:00
Makefile cmds.CmdPosix: Add command 2026-04-16 12:56:22 +02:00