We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03988e8 commit cae3844Copy full SHA for cae3844
cli/commands/list.py
@@ -3,7 +3,7 @@
3
app = typer.Typer(help="List the commands available on Linux.")
4
5
6
-@app.command()
+@app.callback(invoke_without_command=True)
7
def list():
8
commands = [
9
"ls - List directory contents.",
0 commit comments