We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8828028 commit 8ea4accCopy full SHA for 8ea4acc
src/tmuxp/cli/import_config.py
@@ -183,24 +183,6 @@ def command_import_tmuxinator(
183
import_config(config_file, config.import_tmuxinator)
184
185
186
-def create_convert_subparser(
187
- parser: argparse.ArgumentParser,
188
-) -> argparse.ArgumentParser:
189
- parser.add_argument(
190
- dest="config_file",
191
- type=str,
192
- help="checks current ~/.teamocil and current directory for yaml files",
193
- )
194
195
- "--yes",
196
- "-y",
197
- dest="answer_yes",
198
- action="store_true",
199
- help="always answer yes",
200
201
- return parser
202
-
203
204
def command_import_teamocil(
205
config_file: str,
206
parser: t.Optional[argparse.ArgumentParser] = None,
0 commit comments