Index: trunk/doc/user/05_ui/05_cli/index.html =================================================================== --- trunk/doc/user/05_ui/05_cli/index.html (revision 30650) +++ trunk/doc/user/05_ui/05_cli/index.html (revision 30651) @@ -10,6 +10,11 @@

5.2 Actions and Command Line Interface

+Each user accessible operation and functionality is implemented in an action. +Menu items and hotkeys all invoke actions. An action is like a function call: +it has parameters and a return value. + +

pcb-rnd actions can be listed

@@ -18,12 +23,13 @@

-Uses for CLI: -

+A full list of actions can be found in the + appendix with +detailed desciption of parameters and operations they perform.

+Actions are entered on the GUI (typically using the ':' key for getting +a command line) and on the stdin using the batch GUI. User scripts call +actions with all-lowercase function names. +