mise settings add
- Usage:
mise settings add [-l --local] <SETTING> [VALUE] - Effect: modifies state
- Source code:
src/cli/settings/add.rs
Append a value to an array setting
Adds the value to an array setting such as disable_hints, keeping existing entries. This modifies ~/.config/mise/config.toml by default, or the local config with --local.
Arguments
<SETTING>— The setting to set[VALUE]— The value to set (optional if provided as KEY=VALUE)
Flags
-l --local— Use the local config file instead of the global one-h --help— Print help
Examples
mise settings add disable_hints python_multi