From b2aaf8f173e56cb11bf9a6090dfcda4fc956074c Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 9 Dec 2008 15:39:00 +0100 Subject: basic overridable implementation of commandline argument parsing --- src/core/procedures/interactive | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/core/procedures/interactive') diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 9739cd3..c01c0fa 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -35,7 +35,7 @@ start_process () ##################### ## begin execution ## - var_UI_TYPE=dia + execute worker configure execute worker intro @@ -190,6 +190,12 @@ worker_intro () } +worker_configure () +{ + var_UI_TYPE=${arg_ui_type:-dia} +} + + # select_packages() # prompts the user to select packages to install worker_package_list() { -- cgit v1.2.3-54-g00ecf