exec: migrate exec.py to exec/cmd.py

This commit is contained in:
InsanePrawn 2022-08-15 17:41:23 +02:00
parent 72ca2258d1
commit 879fd113f0
12 changed files with 11 additions and 11 deletions

2
ssh.py
View file

@ -6,7 +6,7 @@ import click
from config import config
from constants import SSH_COMMON_OPTIONS, SSH_DEFAULT_HOST, SSH_DEFAULT_PORT
from exec import run_cmd
from exec.cmd import run_cmd
@click.command(name='ssh')