We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9e874 commit ee313ecCopy full SHA for ee313ec
src/mcpm/commands/list.py
@@ -59,10 +59,6 @@ def list():
59
for i, arg in enumerate(args):
60
console.print(f" {i}: [yellow]{escape(arg)}[/]")
61
62
- # Get package name (usually the second argument)
63
- if len(args) > 1:
64
- console.print(f" Package: [magenta]{args[1]}[/]")
65
-
66
# Display environment variables
67
env_vars = server_info.get("env", {})
68
if env_vars:
0 commit comments