# HG changeset patch # User cat@eee # Date 1265842975 18000 # Node ID a08c50b7d3d3caa1f2f6fb5cd9e5bad14243ba30 # Parent 0687bb6501187e59916973f59f457ca0ae5e8e73 doc skeleton diff -r 0687bb650118 -r a08c50b7d3d3 docs/freefeatures.rst --- 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 +======================== diff -r 0687bb650118 -r a08c50b7d3d3 docs/index.rst --- a/docs/index.rst Wed Feb 10 14:07:01 2010 -0500 +++ b/docs/index.rst Wed Feb 10 18:02:55 2010 -0500 @@ -14,6 +14,8 @@ overview example freefeatures + settingchanges + unfreefeatures Indices and tables ================== diff -r 0687bb650118 -r a08c50b7d3d3 docs/settingchanges.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/settingchanges.rst Wed Feb 10 18:02:55 2010 -0500 @@ -0,0 +1,12 @@ +========================================= +Features requiring only parameter changes +========================================= + +Multiline commands +================== + +Case-insensitivity +================== + +Abbreviated commands +==================== diff -r 0687bb650118 -r a08c50b7d3d3 docs/unfreefeatures.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/unfreefeatures.rst Wed Feb 10 18:02:55 2010 -0500 @@ -0,0 +1,12 @@ +====================================== +Features requiring application changes +====================================== + +Command shortcuts +================= + +Environment parameters +====================== + +Commands with flags +===================