Skip to content

Commit

Permalink
!squash more
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 15, 2022
1 parent d88026d commit 4ff3c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tmuxp/cli/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def create_convert_subparser(
help="checks tmuxp and current directory for config files.",
)
try:
import shtab
from tmuxp.cli.completions import ConfigFileCompleter

config_file.complete = shtab.FILE # type: ignore
config_file.completer = ConfigFileCompleter() # type:ignore
except ImportError:
pass

Expand Down

0 comments on commit 4ff3c6c

Please sign in to comment.