]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/lls/play_cmd.suite.m4
paraslash 0.7.3
[paraslash.git] / m4 / lls / play_cmd.suite.m4
index 3632b184c1e0ef72990fb646070719cfd5a74358..36d475daafbc8e6fec291927a4fe9a1d9f6cb1aa 100644 (file)
@@ -13,6 +13,7 @@ caption = list of commands
                list of available commands. When called with the name of a command
                as first argument, it prints the description of this command.
        [/description]
+       m4_include(`long-help.m4')
 
 [subcommand fg]
        purpose = enter command mode
@@ -70,3 +71,23 @@ caption = list of commands
                position. Otherwise, the corresponding file is loaded
                and playback is started at the beginning of the file.
        [/description]
+
+[subcommand pause]
+       purpose = suspend playback
+       [description]
+               When paused, it is still possible to jump around in
+               the file via the jmp and ff commands.
+       [/description]
+
+[subcommand tasks]
+       purpose = print list of active tasks
+       [description]
+               Mainly useful for debugging.
+       [/description]
+
+[subcommand quit]
+       purpose = exit para_play
+       [description]
+               Pressing CTRL+D causes EOF on stdin which also exits
+               para_play.
+       [/description]