Skip to content

Commit

Permalink
doc: --disableexcludepkgs=all doesn't affect just file configuration
Browse files Browse the repository at this point in the history
The option `--disableexcludepkgs=all` disables all configuration
includes and excludes including packages specified on the commandline
via `--exclude=`, `-x=`, the deprecated `--excludepkgs=` and file
configuration via `--excludepkgs=`, `--includepkgs=`.
  • Loading branch information
kontura committed Dec 12, 2024
1 parent 130d6b9 commit eeb8467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/command_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Options
``--disableexcludes=[all|main|<repoid>], --disableexcludepkgs=[all|main|<repoid>]``
Disable the configuration file excludes. Takes one of the following three options:

* ``all``, disables all configuration file excludes
* ``all``, disables all configuration excludes and includes
* ``main``, disables excludes defined in the ``[main]`` section
* ``repoid``, disables excludes defined for the given repository

Expand Down

0 comments on commit eeb8467

Please sign in to comment.