Skip to content

Commit d5ac291

Browse files
author
Douglas Blank
committed
Remove unneeded count flags
1 parent 5da0b3d commit d5ac291

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

cometx/cli/count.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,6 @@ def get_parser_arguments(parser):
7676
),
7777
)
7878

79-
parser.add_argument(
80-
"--base-url",
81-
default=None,
82-
help="Base URL for Comet deployment (default: https://www.comet.com)",
83-
)
84-
85-
parser.add_argument(
86-
"--api-key",
87-
default=None,
88-
help=(
89-
"API key (default: reads from .comet_api_key file or "
90-
"COMET_API_KEY env var)"
91-
),
92-
)
93-
9479
parser.add_argument(
9580
"--limit",
9681
type=int,

0 commit comments

Comments
 (0)