-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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.
❯ ./harbor-dev project list create
Error: accepts 0 arg(s), received 1Current 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done