Work on porting config file parsing to Go

This commit is contained in:
Kovid Goyal
2023-02-17 19:50:57 +05:30
parent 6f63d9c5d4
commit 5822bb23f0
10 changed files with 162 additions and 162 deletions

View File

@@ -36,7 +36,6 @@ from ..tui.utils import kitty_opts, running_in_tmux
from .config import init_config
from .copy import CopyInstruction
from .options.types import Options as SSHOptions
from .options.utils import DELETE_ENV_VAR
from .utils import create_shared_memory, get_ssh_cli, is_extra_arg, passthrough_args