mise icon indicating copy to clipboard operation
mise copied to clipboard

change settings interface

Open JosiasAurel opened this issue 7 months ago • 4 comments

addresses #1383

$ mise settings
  List all settings

$ mise settings a
  Get the value of setting with name 'a'

$ mise settings a=b
  Set setting with name 'a' to 'b'

JosiasAurel avatar Jan 13 '24 13:01 JosiasAurel

I think it would be simpler if the setting value is a separate argument instead of using =? This is how git config works. - mise settings set x value

camsteffen avatar Jan 24 '24 23:01 camsteffen

@camsteffen I want to support both styles, but this matches how mise set works for consistency

jdx avatar Jan 25 '24 01:01 jdx

Sorry I meant mise settings x value. Would that work?

camsteffen avatar Jan 25 '24 02:01 camsteffen

ah yeah, that could be done I think

jdx avatar Jan 25 '24 17:01 jdx

closing due to inactivity, feel free to reopen if you'd like to work on it more

jdx avatar Feb 20 '24 23:02 jdx