Module mz::command::config

source ·
Expand description

Implementation of the mz config command.

Consult the user-facing documentation for details.

Structs§

  • Represents the args to retrieve a global configuration value.
  • Represents the args to remove the value of a global configuration field.
  • Represents the args to set the value of a global configuration field.

Functions§

  • Shows the value of a global configuration field.
  • Shows all the possible field and its values in the global configuration.
  • Removes the value from a global configuration field.
  • Sets the value of a global configuration field.