File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -188,30 +188,6 @@ def command_import_tmuxinator(
188
188
import_config (config_file , config .import_tmuxinator )
189
189
190
190
191
- def create_convert_subparser (
192
- parser : argparse .ArgumentParser ,
193
- ) -> argparse .ArgumentParser :
194
- config_file = parser .add_argument (
195
- dest = "config_file" ,
196
- type = str ,
197
- help = "checks current ~/.teamocil and current directory for yaml files" ,
198
- )
199
- parser .add_argument (
200
- "--yes" ,
201
- "-y" ,
202
- dest = "answer_yes" ,
203
- action = "store_true" ,
204
- help = "always answer yes" ,
205
- )
206
- try :
207
- from tmuxp .cli .completions import ConfigFileCompleter
208
-
209
- config_file .completer = ConfigFileCompleter () # type:ignore
210
- except ImportError :
211
- pass
212
- return parser
213
-
214
-
215
191
def command_import_teamocil (
216
192
config_file : str ,
217
193
parser : t .Optional [argparse .ArgumentParser ] = None ,
You can’t perform that action at this time.
0 commit comments