🔧 remove auto completion support

This commit is contained in:
Faylixe
2020-12-18 16:16:16 +01:00
parent 9a248653b7
commit 555bd17f3b

View File

@@ -38,7 +38,7 @@ import tensorflow as tf
from typer import Exit, Typer
# pylint: enable=import-error
spleeter: Typer = Typer()
spleeter: Typer = Typer(add_completion=False)
""" CLI application. """