Skip to content

Commit a7e6933

Browse files
authored
Merge pull request #15 from simvue-io/4-count-does-not-work-for-simvue-run-list-simvue-tag-list-simvue-admin-user-list-and-likely-simvue-admin-tenant-list
🐛 Fix issue with count option
2 parents b2818ba + c91a4ec commit a7e6933

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = [
3535
dependencies = [
3636
"click-option-group>=0.5.7",
3737
"click>=8.1.8",
38-
"simvue>=2.1.0",
38+
"simvue>=2.1.1",
3939
"click-log>=0.4.0",
4040
"click-params>=0.5.0",
4141
"toml>=0.10.2",

src/simvue_cli/cli/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ def simvue_tag(ctx) -> None:
924924
@click.option("--reverse", help="Reverse ordering", default=False, is_flag=True)
925925
def tag_list(
926926
ctx,
927-
count: int,
928927
enumerate_: bool,
929928
created: bool,
930929
table_format: str | None,
@@ -1128,7 +1127,6 @@ def tenant_list(
11281127
ctx,
11291128
table_format: str,
11301129
enumerate_: bool,
1131-
count: int,
11321130
max_runs: bool,
11331131
max_data_volume: bool,
11341132
max_request_rate: bool,
@@ -1212,7 +1210,6 @@ def user(ctx) -> None:
12121210
def list_user(
12131211
ctx,
12141212
enumerate_: bool,
1215-
count: int,
12161213
table_format: str | None,
12171214
username: bool,
12181215
email: bool,

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)