You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above command should produce error as shown below.
❯ ./harbor-dev project list create
Error: accepts 0 arg(s), received 1
Current Behaviour
Run harbor project list <anything> works fine.
❯ ./harbor-dev project list create #this should not work
┌──────────────────────────────────────────────────────────────────────────────────────────────┐
│ ID Project Name Access Level Type Repo Count Creation Time │
│ ──────────────────────────────────────────────────────────────────────────────────────────── │
│ 590 11aaaa private proxy cache 0 1 day ago │
│ 516 aaa public project 3 15 day ago │
│ 523 af1-test private project 1 15 day ago │
│ 496 aloha-test private project 2 18 day ago │
Note
Review all the commands that does not require args and set their arguments to 0. if they are not already specified.
The text was updated successfully, but these errors were encountered:
To Reproduce this error
Run
harbor project list <anything>
Expected Behaviour
Run
harbor project list <anything>
The above command should produce error as shown below.
Current Behaviour
Run
harbor project list <anything>
works fine.❯ ./harbor-dev project list create #this should not work ┌──────────────────────────────────────────────────────────────────────────────────────────────┐ │ ID Project Name Access Level Type Repo Count Creation Time │ │ ──────────────────────────────────────────────────────────────────────────────────────────── │ │ 590 11aaaa private proxy cache 0 1 day ago │ │ 516 aaa public project 3 15 day ago │ │ 523 af1-test private project 1 15 day ago │ │ 496 aloha-test private project 2 18 day ago │
Note
Review all the commands that does not require args and set their arguments to 0. if they are not already specified.
The text was updated successfully, but these errors were encountered: