
functions
files
intro
|
|
Unknown YCP Module |
include/commandline.ycp |
Simple command line event and argument handling loop |
|
|
A simple OBSOLETE wrapper for handling command line arguments and interactive
controlling of a module.
Uses CommandLine module.
|
|
|
Function to parse the command line, start a GUI or handle interactive and
command line actions as supported by the CommandLine module.
- Parameters:
commandline |
a map used in the CommandLine module with information
about the handlers for GUI and commands. |
- Return value:
|
true if the changes should be written, false
if there was an error or no changes to be written (for example "help").
@obsolete Use Commandline::Run instead |
|