File tree Expand file tree Collapse file tree 2 files changed +6
-194
lines changed
Expand file tree Collapse file tree 2 files changed +6
-194
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,12 @@ trusted_config_paths = [
142142 ' ~/work/my-trusted-projects' ,
143143]
144144
145- verbose = false # set to true to see full installation output, see `MISE_VERBOSE`
146- asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`
147- http_timeout = 30 # set the timeout for http requests in seconds , see `MISE_HTTP_TIMEOUT`
148- jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
149- raw = false # set to true to directly pipe plugins to stdin/stdout/stderr
150- yes = false # set to true to automatically answer yes to all prompts
145+ verbose = false # set to true to see full installation output, see `MISE_VERBOSE`
146+ asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`
147+ http_timeout = " 30s " # set the timeout for http requests as duration string , see `MISE_HTTP_TIMEOUT`
148+ jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
149+ raw = false # set to true to directly pipe plugins to stdin/stdout/stderr
150+ yes = false # set to true to automatically answer yes to all prompts
151151
152152not_found_auto_install = true # see MISE_NOT_FOUND_AUTO_INSTALL
153153task_output = " prefix" # see Tasks Runner for more information
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments