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
From the User Guide, the edit command is edit -b BODY.
However, I have discovered that simply typing edit BODY works as well.
Another edge case that you might want to consider is if the user types edit -t BODY, because of the above issue, the body of the note becomes -t BODY, but maybe an error should be thrown to let the user know that the title of the note cannot be edited.
From the User Guide, the edit command is
edit -b BODY
.However, I have discovered that simply typing
edit BODY
works as well.Another edge case that you might want to consider is if the user types
edit -t BODY
, because of the above issue, the body of the note becomes-t BODY
, but maybe an error should be thrown to let the user know that the title of the note cannot be edited.Labels:
severity.Medium
type.FunctionalityBug
original: chishanw/ped#3
The text was updated successfully, but these errors were encountered: