def exec()

in src/hyperpod_cli/commands/pod.py [0:0]


def exec(
    job_name: str,
    namespace: Optional[str],
    pod: Optional[str],
    all_pods: Optional[bool],
    debug: bool,
    bash_command: tuple,