Skip to main content

CONFIG_RECOMMENDED_LONG

Constant CONFIG_RECOMMENDED_LONG 

Source
pub const CONFIG_RECOMMENDED_LONG: &str = "\
Turn on everything the first run recommends, without sitting through the first run.

The recommendations are the adapters and behaviours that are off by default because \
they are not universally wanted, not because they are risky: Cargo, Gradle, Maven, \
Swift, Dart, Mix builds, vcpkg and CMake builds. Accepting them all is one command \
here and one keypress in `devp config wizard`, and both read the same list, so the \
two can never drift apart.

One recommendation is held back: `allow_manifest_rewrite` lets `cargo` and `go` tidy \
up their own manifests during a restore, which edits files in your working tree. \
That is worth having and it is worth knowing about first, so it arrives only when \
you type --with-cautious. Everything printed is also printed by `devp config show`, \
which lists whatever you have not taken yet.

Nothing here is irreversible: `devp config set <key> false` puts any of it back, and \
this command never marks the settings as reviewed — the walkthrough you skipped is \
still owed to you, and will still open.";