summaryrefslogtreecommitdiff
path: root/unofficial
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 /unofficial
parent2db9be21b0a9d6d2d40185b41ca308bddd402216 (diff)
basic overridable implementation of commandline argument parsing
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/modules/dieter/procedures/automatic7
1 files changed, 7 insertions, 0 deletions
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic
index 809a8ab..9a093fa 100644
--- a/unofficial/modules/dieter/procedures/automatic
+++ b/unofficial/modules/dieter/procedures/automatic
@@ -5,6 +5,7 @@ depend_procedure core base
var_RUNTIME_PACKAGES="svn"
phase_preparation=(\
+ configure \
intro \
msg_manual \
runtime_network \
@@ -23,6 +24,12 @@ worker_intro ()
}
+worker_configure ()
+{
+ var_UI_TYPE=${arg_ui_type:-cli}
+}
+
+
worker_msg_manual ()
{
# All things that need to be done manually first