Skip to content

Commit cae3844

Browse files
committed
all tests passing
1 parent 03988e8 commit cae3844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/commands/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
app = typer.Typer(help="List the commands available on Linux.")
44

55

6-
@app.command()
6+
@app.callback(invoke_without_command=True)
77
def list():
88
commands = [
99
"ls - List directory contents.",

0 commit comments

Comments
 (0)