We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aa4c5 commit 13b8b90Copy full SHA for 13b8b90
1 file changed
typeid/cli.py
@@ -10,6 +10,7 @@
10
from typeid.explain.formatters import format_explanation_json, format_explanation_pretty
11
from typeid.explain.registry import load_registry, make_lookup
12
13
+
14
@click.group()
15
def cli():
16
# Root CLI command group.
@@ -68,7 +69,6 @@ def decode(encoded: str) -> None:
68
69
click.echo(f"uuid: {uuid}")
70
71
-
72
@cli.command()
73
@click.argument("encoded")
74
@click.option(
0 commit comments