Flesh out command stack execution.
[hooke.git] / test / tutorial.py
index 6a6ea6c01c63e4476d81707d3e0760023f93e596..7c115d6eefdd7518b63deb4e46b2298c32380711 100644 (file)
@@ -38,6 +38,7 @@ Command: load_playlist
 Arguments:
 <BLANKLINE>
 help BOOL (bool) Print a help message.
 Arguments:
 <BLANKLINE>
 help BOOL (bool) Print a help message.
+stack BOOL (bool) Add this command to appropriate command stacks.
 output_playlist STRING (string) Name of the new playlist (defaults to
     an auto-generated name).
 input FILE (file) File name for the input playlist.
 output_playlist STRING (string) Name of the new playlist (defaults to
     an auto-generated name).
 input FILE (file) File name for the input playlist.
@@ -69,6 +70,7 @@ hooke
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['new_playlist --output_playlist mylist'])
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['new_playlist --output_playlist mylist'])
+<FilePlaylist mylist>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['jump_to_playlist -- -1'])
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['jump_to_playlist -- -1'])
@@ -233,9 +235,13 @@ See :file:`delta.py`.
 
 *Command stacks*
 
 
 *Command stacks*
 
-See :file:`command_stack.py`and :file:`command_stack_save_load.py`.
+See :file:`command_stack.py`,
+:file:`apply_command_stack_to_playlist.py`, and
+:file:`command_stack_save_load.py`.
+
+*Multiple curve analysis*
 
 
-*Multiple curve fitting and measuring*
+See :file:`multiple_curve_analysis`.
 
 *Fast curve reviewing and saving*
 
 
 *Fast curve reviewing and saving*