root/cly/trunk/doc/tutorial/tutorial4.xml
| Revision 529, 379 bytes (checked in by athomas, 6 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0"?> |
| 2 | <grammar> |
| 3 | <node name="quit" help="Quit"> |
| 4 | <action callback="do_quit()" help="Quit"/> |
| 5 | </node> |
| 6 | <node name="cat" help="Concatenate files"> |
| 7 | <variable name="file" help="File to concatenate" pattern="\S+" traversals="0"> |
| 8 | <action callback="do_cat(file)" help="Concatenate files"/> |
| 9 | <alias target=".."/> |
| 10 | </variable> |
| 11 | </node> |
| 12 | </grammar> |
Note: See TracBrowser for help on using the browser.
