Open optionalemon opened 1 year ago
Hi, thanks for the bug report!
This is in fact, caused because of not putting quotes around the names rather than the commands not working. We accept that the commands given in the UG are missing quotes and so, this is a valid bug.
Changed the label to documentation bug to reflect the same. Try edit person 1 -n "XYZ"
to verify that the functionality works :) You should see the following output:
Changed the label to low for the following reasons:
help
message shown to the user in the application is correct. We also prompt the user (as seen in your screenshots) to run the edit person --help
command. The user can simply type edit person --help
to view the help message which explicitly includes quotes. Here's an example:
In other words, this is just an inconsistency between the UG and the actual help command. Since users can always access the help message in the application, we don't think this is a big issue.
edit
command, he/she can always delete the person and add them back again with the edited details (which causes minor inconvenience).We hope you understand our rationale
Have a nice reading week ahead!
Team chose [type.DocumentationBug
]
Originally [type.FunctionalityBug
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.Low
]
Originally [severity.High
]
Reason for disagreement: [replace this with your explanation]
Tried the aliases in the user guide on the example in user guide, but none of them seem to work.