Skip to content
Snippets Groups Projects
Unverified Commit 2061c71d authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #7606 from ptkato/v2-configure-docs-fix

Fix mentions of overwrite and backup flags for v2-configure
parents 36674083 91a388c2
Branches fix-typo
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@ issues: #5591 #7180 #7405
description: {
- Removes the --dry-run part of the v2-configure command
- Adds an --append flag to v2-configure, which allows new configuration to be appended to the old config file
- Adds a --backup flag to v2-configure, which enables the backup feature for the config file
- Includes unit tests for everything
- Adds --enable-append and --disable-append flags to v2-configure, which toggle the option for the new configuration to be appended to the old config file
- Adds --enable-backup and --disable-backup flags to v2-configure, which toggle the backup feature for the configuration file
}
......@@ -48,7 +48,7 @@ by simply overwriting it all. Overwriting is the default behaviour, as
such, there's a flag ``--enable-append`` to append the new configurations
instead. Since overwriting is rather destructive in nature, a backup system
is in place, which moves the old configuration to a ``cabal.project.local~``
file, this feature can also be disabled by using the ``--enable-backup``
file, this feature can also be disabled by using the ``--disable-backup``
flag.
cabal v2-update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment