-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from erohsikivar/branch-TestingAndDocumentation
Branch testing and documentation
- Loading branch information
Showing
3 changed files
with
13 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -784,15 +784,15 @@ Click [here](#table-of-contents) to go back to contents. | |
| `add` | Format: `add n/[Developer Name] p/[Phone] e/[Email] a/[Address] (OPTIONAL r/[Remark] t/[Tags])`<br/>Example: `add n/John p/89789678 e/[email protected] a/Singapore t/friend` | | ||
| `delete` | Format: `delete [index number]`<br/> Example: `delete 7` | | ||
| `edit` | Format: `edit [Index number] (OPTIONAL n/[Developer Name] p/[Phone] e/[Email] a/[Address] r/[Remark] t/[Tag]...)`<br/>Example: `edit 1 n/John Wick e/[email protected]` | | ||
| `find` | Format: `find [KEYWORD...]`<br/>Example: `find John` | | ||
| `find` | Format: `find [Keyword]...`<br/>Example: `find John` | | ||
| `list` | Format: `list`<br/>Example: `list` | | ||
| `newteam` | Format: `newteam tn/[TeamName] tl/[TeamLeader]`<br/> Example: `newteam tn/Team Delta tl/David Li` | | ||
| `dev2team` | Format: `dev2team tn/[TeamName] n/[Developer Name]`<br/>Example: `dev2team tn/Team Delta n/Irfan Ibrahim` | | ||
| `deleteteam` | Format: `deleteteam tn/[TeamName]`<br/>Example: `deleteteam tn/Team Alpha` | | ||
| `deletedev` | Format: `deletedev tn/[TeamName] n/[Developer Name]`<br/>Example: `deletedev tn/Team Alpha n/Roy Balakrishnan` | | ||
| `editTeamName` | Format: `editTeamName tn/[Original Team Name] tn/[New Team Name]`<br/>Example: `editTeamName tn/Alpha Team tn/Beta Team` | | ||
| `editTeamLeader` | Format: `editTeamLeader tn/[TeamName] tl/[TeamLeader]`<br/>Example: `editTeamLeader tn/Alpha Team tl/Bob` | | ||
| `findteam` | Format: `findteam [KEYWORD]`<br/> Example: `findteam Alpha` | | ||
| `findteam` | Format: `findteam [Keyword]...`<br/> Example: `findteam Alpha` | | ||
| `listt` | Format: `listt`<br/>Example: `listt` | | ||
| `tree` | Format: `tree`<br/>Example: `tree` | | ||
| `help` or Press F1 | Format: `help`<br/>Example: `help` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters