File size: 461 Bytes
101a791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "0": "add_contact",
  "1": "edit_phone",
  "2": "edit_email",
  "3": "edit_address",
  "4": "delete_contact",
  "5": "list_all_contacts",
  "6": "search_contacts",
  "7": "add_birthday",
  "8": "list_birthdays",
  "9": "add_note",
  "10": "edit_note",
  "11": "delete_note",
  "12": "show_notes",
  "13": "add_note_tag",
  "14": "remove_note_tag",
  "15": "search_notes_text",
  "16": "search_notes_by_tag",
  "17": "help",
  "18": "exit",
  "19": "hello"
}