Skip to content

Commit 4ff3c6c

Browse files
committed
!squash more
1 parent d88026d commit 4ff3c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/tmuxp/cli/convert.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def create_convert_subparser(
1818
help="checks tmuxp and current directory for config files.",
1919
)
2020
try:
21-
import shtab
21+
from tmuxp.cli.completions import ConfigFileCompleter
2222

23-
config_file.complete = shtab.FILE # type: ignore
23+
config_file.completer = ConfigFileCompleter() # type:ignore
2424
except ImportError:
2525
pass
2626

0 commit comments

Comments
 (0)