mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
parent
04107d3fea
commit
0aefbb634d
4 changed files with 1 additions and 37 deletions
|
|
@ -35,11 +35,6 @@ from .utils import (
|
|||
TypeTracker,
|
||||
)
|
||||
|
||||
try:
|
||||
import trogon # type: ignore
|
||||
except ImportError:
|
||||
trogon = None
|
||||
|
||||
|
||||
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
|
||||
|
||||
|
|
@ -127,10 +122,6 @@ def cli():
|
|||
pass
|
||||
|
||||
|
||||
if trogon is not None:
|
||||
cli = trogon.tui()(cli)
|
||||
|
||||
|
||||
@cli.command()
|
||||
@click.argument(
|
||||
"path",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue