diff docs/freefeatures.rst @ 315:a08c50b7d3d3

doc skeleton
author cat@eee
date Wed, 10 Feb 2010 18:02:55 -0500
parents 0687bb650118
children 21584174d865
line wrap: on
line diff
--- a/docs/freefeatures.rst	Wed Feb 10 14:07:01 2010 -0500
+++ b/docs/freefeatures.rst	Wed Feb 10 18:02:55 2010 -0500
@@ -5,6 +5,22 @@
 These features are provided "for free" to a cmd_-based application
 simply by replacing ``import cmd`` with ``import cmd2 as cmd``.
 
+Script files
+============
+
+Commands can be loaded from, run from, and saved to text files.
+
+.. automethod:: cmd2.Cmd.do_load
+
+Output redirection
+==================
+
+Commands at start
+=================
+
+Python
+======
+
 Searchable command history
 ==========================
 
@@ -20,3 +36,5 @@
 
 .. automethod:: cmd2.Cmd.do_history
 
+Transcript-based testing
+========================