We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da0b3d commit d5ac291Copy full SHA for d5ac291
cometx/cli/count.py
@@ -76,21 +76,6 @@ def get_parser_arguments(parser):
76
),
77
)
78
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
86
- "--api-key",
87
88
- help=(
89
- "API key (default: reads from .comet_api_key file or "
90
- "COMET_API_KEY env var)"
91
- ),
92
93
94
parser.add_argument(
95
"--limit",
96
type=int,
0 commit comments