Module config

Source
Expand description

Implementation of the mz config command.

Consult the user-facing documentation for details.

Structs§

GetArgs
Represents the args to retrieve a global configuration value.
RemoveArgs
Represents the args to remove the value of a global configuration field.
SetArgs
Represents the args to set the value of a global configuration field.

Functions§

get
Shows the value of a global configuration field.
list
Shows all the possible field and its values in the global configuration.
remove
Removes the value from a global configuration field.
set
Sets the value of a global configuration field.