Skip to content

Commit 5da4eaa

Browse files
committed
comments
1 parent deef82c commit 5da4eaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

peppy/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,9 @@ def build_argparser():
120120
def main(test_args=None):
121121
"""Primary workflow"""
122122
if len(sys.argv) > 1 and sys.argv[1] == "phc":
123-
# Import your Typer app directly
124123
from .pephubclient.cli import app
125124

126-
# Everything after "phc" goes to Typer
127125
sub_args = sys.argv[2:]
128-
# Show "peppy phc" in usage/help
129126
app(
130127
args=sub_args,
131128
prog_name=f"{PKG_NAME} phc",

0 commit comments

Comments
 (0)