Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in vendor add command parser #109

Closed
tllshan opened this issue Oct 18, 2023 · 0 comments · Fixed by #116
Closed

Fix bug in vendor add command parser #109

tllshan opened this issue Oct 18, 2023 · 0 comments · Fixed by #116
Assignees
Labels
severity.Medium A flaw that causes occasional inconvenience to some users but they can continue to use the product. type.Bug

Comments

@tllshan
Copy link

tllshan commented Oct 18, 2023

The vendor add command parser only accepts name and phone arguments. It is supposed to accept the following parameters:

  • name
  • phone
  • email
  • address
  • tag

Update VendorAddCommandParser to accept the remaining arguments, along with corresponding testcases.

@tllshan tllshan added type.Bug severity.Medium A flaw that causes occasional inconvenience to some users but they can continue to use the product. labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity.Medium A flaw that causes occasional inconvenience to some users but they can continue to use the product. type.Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants