summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-09 15:39:00 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-09 15:39:00 +0100
commitb2aaf8f173e56cb11bf9a6090dfcda4fc956074c (patch)
tree00e269e188aa7caaeda37511b43103bb9a1116a3 /README
parent2db9be21b0a9d6d2d40185b41ca308bddd402216 (diff)
basic overridable implementation of commandline argument parsing
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index ffaf60d..d63f646 100644
--- a/README
+++ b/README
@@ -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 **