mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 18:35:42 +00:00
* Refactor create subparser to share arguments with run subparser * Add argparse.*Action subclasses to reduce duplicate code in parsers * Using BooleanAction now accept True/False value as expected * .pylintrc added to loosen variable name policing * Update AbstractBaseAction to remove unset arguments before transmitting to podman service * Align logging messages to podman output * Renamed global argument from --user to --username, to avoid conflict with create/run podman commands * Add new subcommands: run, create, history, import, info, push, restart and search Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1519 Approved by: rhatdan |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| podman_testcase.py | ||
| retry_decorator.py | ||
| test_client.py | ||
| test_containers.py | ||
| test_images.py | ||
| test_libs.py | ||
| test_runner.sh | ||
| test_system.py | ||
| test_tunnel.py | ||