mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 19:16:38 +02:00
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| fd125f07fe |
Add class Cmds
run_sub_commands() was the only way to access subcommands up to now, Cmds.run() adds another interface, an object as a place to add customizations affecting all commands, e.g. global command line options. Signed-off-by: Jan Lindemann <jan@janware.com> |