Skip to content

Commit e9c43b3

Browse files
committed
that's it
1 parent b702c75 commit e9c43b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyperformance/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def parse_args():
244244
"venv", parents=[venv_common], help="Actions on the virtual environment"
245245
)
246246
cmd.set_defaults(venv_action="show")
247+
cmds.append(cmd)
247248
venvsubs = cmd.add_subparsers(dest="venv_action")
248249
cmd = venvsubs.add_parser("show", parents=[venv_common])
249250
cmds.append(cmd)

0 commit comments

Comments
 (0)