Configuration of power-management |
include/power-management/commandline.ycp |
Command-line interface |
|
|
Imports
- CommandLine
- DhcpServer
- NetworkDevices
Includes
Local Functions
|
|
|
local StatusHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
local EnableHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
local DisableHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
local HostHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
local InterfaceHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
local OptionsHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
local SubnetHandler (map options) -> boolean
|
|
Handler for command line interface
- Parameters:
options |
map options from the command line |
- Return value:
|
true if settings have been changed |
|