mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🔧 remove auto completion support
This commit is contained in:
@@ -38,7 +38,7 @@ import tensorflow as tf
|
|||||||
from typer import Exit, Typer
|
from typer import Exit, Typer
|
||||||
# pylint: enable=import-error
|
# pylint: enable=import-error
|
||||||
|
|
||||||
spleeter: Typer = Typer()
|
spleeter: Typer = Typer(add_completion=False)
|
||||||
""" CLI application. """
|
""" CLI application. """
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user