new subcommand "up" for vagrant up and `podman run

This commit is contained in:
Hans-Christoph Steiner 2025-10-02 17:38:38 +02:00
parent 87d0e5a10b
commit 76673627fc
7 changed files with 417 additions and 1 deletions

View file

@ -29,6 +29,11 @@ class VerboseFalseOptions:
verbose = False
APPID = 'com.example'
VERCODE = 123
APPID_VERCODE = f'{APPID}:{VERCODE}'
class TmpCwd:
"""Context-manager for temporarily changing the current working directory."""