exec: migrate exec.py to exec/cmd.py
This commit is contained in:
parent
72ca2258d1
commit
879fd113f0
12 changed files with 11 additions and 11 deletions
2
ssh.py
2
ssh.py
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue