Skip to content

Commit

Permalink
Update DeveloperGuide.adoc
Browse files Browse the repository at this point in the history
Edit group part formatting error
  • Loading branch information
Happytreat committed Nov 12, 2018
1 parent f751356 commit 86ac20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,11 @@ image::GroupPersonClassDiagram.png[width="600"]
The current group commands added are:

* `add_group`/`ag` -- adds a group with an optional description
* `delete_group/`dg`` -- deletes a group and all references from its members to it
* `delete_group/`dg` -- deletes a group and all references from its members to it
* `edit_group`/`eg` -- edit name/description of a group while maintaining uniqueness of all group names
* `find_group`/`fg` -- search for groups using keywords that must match exactly a word in Group name
* `register`/`r` -- register a member into an existing group and include a reference to the group in the member (Person class)
* `delete_member/`dm` -- delete an existing member from an existing group and remove reference to that group in the member
* `delete_member`/`dm` -- delete an existing member from an existing group and remove reference to that group in the member
* `view_group`/`vg` -- view the existing members in the group and is updated whenever any member is added or deleted.
* `list [person_index]`/`l [person_index]` -- lists all the groups the person at `[person_index]` is currently in.

Expand Down

0 comments on commit 86ac20b

Please sign in to comment.