added override parser

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40421
This commit is contained in:
David Anderson
2007-01-29 23:54:04 +00:00
parent 221de124e9
commit 3f0de65cc6
4 changed files with 154 additions and 19 deletions
+3 -3
View File
@@ -38,10 +38,10 @@ Levels
* 2)Command Group Name (for example, "CSDM")
* 3)Command Level (for example, "changemap")
* You can override the default flags assigned to individual commands or command groups in this way.
* To override a group, use the ":" character before the name. Example:
* To override a group, use the "@" character before the name. Example:
* Examples:
* ":CSDM" "i" // Override the CSDM group
* "csdm_enable" "j" // Override the csdm_enable command
* "@CSDM" "i" // Override the CSDM group
* "csdm_enable" "j" // Override the csdm_enable command
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
* any setting that csdm_enable previously had.
*/