Allow binding commands to class instance
[lsnes.git] / src / cmdhelp / subtitles.json
blobec478d7ba59cbbf08f3c027cb42280f092df8e6b
2         "editsub":{
3                 "__name":"edit-subtitle",
4                 "__description":"Edit a subtitle",
5                 "<first> <length> <text>":"Add/Edit subtitle",
6                 "<first> <length>":"Delete subtitle"
7         },
8         "listsub":{
9                 "__name":"list-subtitle",
10                 "__description":"List the subtitles",
11                 "":"List the subtitles."
12         },
13         "savesub":{
14                 "__name":"save-subtitle",
15                 "__description":"Save subtitles in .sub format",
16                 "<file>":"Saves subtitles in .sub format to <file>"
17         }