Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
that's it
  • Loading branch information
maurycy committed Jan 26, 2026
commit e9c43b38a1e7ec78819dce7899670472b014718d
1 change: 1 addition & 0 deletions pyperformance/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def parse_args():
"venv", parents=[venv_common], help="Actions on the virtual environment"
)
cmd.set_defaults(venv_action="show")
cmds.append(cmd)
venvsubs = cmd.add_subparsers(dest="venv_action")
cmd = venvsubs.add_parser("show", parents=[venv_common])
cmds.append(cmd)
Expand Down