diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-09 15:39:00 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-09 15:39:00 +0100 |
commit | b2aaf8f173e56cb11bf9a6090dfcda4fc956074c (patch) | |
tree | 00e269e188aa7caaeda37511b43103bb9a1116a3 /README | |
parent | 2db9be21b0a9d6d2d40185b41ca308bddd402216 (diff) |
basic overridable implementation of commandline argument parsing
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -87,7 +87,11 @@ You can specify a core procedure on the command line by specifying '<procedure_name>', to specify a user contriubuted procedure, specify '<module_name>/<procedure_name>' - +Commandline arguments are parsed by aif.sh but you can extend/override it's +behaviour by overriding $var_OPTS_STRING and the process_vars variable. +Also, you do not _have_ to use the variables they set (eg arg_ui_type). You +usually will set defaults in the configure worker and override with +arguments passed by the user (eg to use cli mode unless user wants dia) ** Procedures ** |