Editor for /etc/sysconfig files
|
include/sysconfig/cmdline.ycp
|
Command line interface functions.
|
|
|
All command line interface functions (handlers).
Imports
- CommandLine
- Progress
- RichText
- Sysconfig
Includes
Local Functions
|
|
|
local listHandler (map options) -> boolean
|
|
Command line interface - handler for list command
- Parameters:
options |
list command options |
- Return value:
local setHandler (map<string, any> options) -> boolean
|
|
Command line interface - handler for set command
- Parameters:
options |
list command options |
- Return value:
local clearHandler (map<string, any> options) -> boolean
|
|
Command line interface - handler for clear command
- Parameters:
- Return value:
local detailsHandler (map<string, any> options) -> boolean
|
|
Command line interface - handler for details command
- Parameters:
options |
details command options |
- Return value:
local variable2id (string variable) -> string
|
|
Convert variable name to the full variable identification
If there are conflicts (same variable is defined more files)
or variable is not found nil is returned
- Parameters:
- Return value:
local writeHandler () -> boolean
|
|
Write handler - disable progress bar (there is no UI) and write settings to the system.
- Return value:
|