mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 20:24:31 +00:00
🔧 remove auto completion support
This commit is contained in:
@@ -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. """
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user