sigmaSd / IRust

Cross Platform Rust Repl
https://crates.io/crates/irust
MIT License
627 stars 34 forks source link

Do not write options to config by default #142

Open actuday6418 opened 1 month ago

actuday6418 commented 1 month ago

This is really unusual to a user who

Saving config changes should be an explicit command.

sigmaSd commented 1 month ago

Thanks for the feedback, that makes sense

fixed in 1.71.24 the new explicit command is save_options

sigmaSd commented 1 month ago

I ha to revert this because it interacted poorly with the options loading and the detection of first run of irust, I can it correctly when I have time