From 7f4a0b281feb1e419d8f47c5e199ba9c87c7a451 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 15:01:54 +0000 Subject: [PATCH] CI: Automated build push --- REFERENCE-startup.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/REFERENCE-startup.md b/REFERENCE-startup.md index 221d4bf..8eb7353 100644 --- a/REFERENCE-startup.md +++ b/REFERENCE-startup.md @@ -10,7 +10,6 @@ This script will ask users about their prefrences like disk, file system, timezo # Functions * [set_option()](#set_option) -* [select_option()](#select_option) * [logo()](#logo) * [filesystem()](#filesystem) * [timezone()](#timezone) @@ -43,15 +42,6 @@ set options in setup.conf * **$2** (string): Configuration value. -## select_option() - -Renders a text based list of options that can be selected by the -user using up, down and enter keys and returns the chosen option. - - Arguments : list of options, maximum of 256 - "opt1" "opt2" ... - Return value: selected index (0 for opt1, 1 for opt2 ...) - ## logo() Displays ArchTitus logo