We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82feb2 commit 0afa2daCopy full SHA for 0afa2da
1 file changed
pydevcheat/main.py
@@ -76,7 +76,7 @@ def wrap_text(text: str, width: int) -> List[str]:
76
77
@app.command()
78
def cheat(
79
- query: list[str] = typer.Argument(..., help="The command or topic to search for"),
+ query: List[str] = typer.Argument(..., help="The command or topic to search for"),
80
source: str = typer.Option("tldr", help="Source to search from (tldr, cheatsh, devhints)"),
81
copy: bool = typer.Option(False, "--copy", "-c", help="Copy result to clipboard"),
82
debug: bool = typer.Option(False, "--debug", "-d", help="Enable debug output"),
0 commit comments