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 /unofficial/modules/dieter/procedures | |
parent | 2db9be21b0a9d6d2d40185b41ca308bddd402216 (diff) |
basic overridable implementation of commandline argument parsing
Diffstat (limited to 'unofficial/modules/dieter/procedures')
-rw-r--r-- | unofficial/modules/dieter/procedures/automatic | 7 |
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 |