CI: Automated build push
This commit is contained in:
parent
2c2adda895
commit
7f4a0b281f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue