jw-pkg/src/python/jw/pkg/lib
Jan Lindemann 0c1c2b9351 lib.util.run_cmd(): Reduce interactive logging
run_cmd() with cmd_input == mode:interactive  and verbose == true
logs output too often. First, __log() is called, then pty.spawn()
writes everything it reads from the PTY master to the terminal.

The fix it to not call __log() from _read() for the PTY reader.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-04 16:02:07 +00:00
..
App.py jw.pkg.lib.App.__run(): Use return value as exit status 2026-03-03 11:23:32 +01:00
Cmd.py jw-pkg.sh: Print help for missing subcommands 2026-02-24 14:52:25 +01:00
log.py lib.log: Add module 2026-01-26 17:58:23 +01:00
Makefile jw.pkg.build.lib: Move to jw.pkg.lib 2026-01-26 17:58:23 +01:00
SSHClient.py jw.pkg.*.run_xxx(): Return exit status 2026-03-03 11:23:30 +01:00
Types.py lib.Types: Add module 2026-01-26 17:58:23 +01:00
util.py lib.util.run_cmd(): Reduce interactive logging 2026-03-04 16:02:07 +00:00