1DUB-REMOVE-OVERRIDE(1) The D Language Foundation DUB-REMOVE-OVERRIDE(1)
2
3
4
6 dub-remove-override - Removes an existing package override.
7
9 dub remove-override <package> <version-spec> OPTIONS...
10
12 This command is deprecated. Use path based dependency, custom cache
13 path, or edit `dub.selections.json` to achieve the same results.
14
16 --system
17 Register system-wide instead of user-wide
18
19 COMMON OPTIONS
20 See dub(1)
21
23 0 DUB succeeded
24
25 1 usage errors, unknown command line flags
26
27 2 package not found, package failed to load, miscellaneous error
28
30 dub.sdl, dub.json
31
33 Copyright (c) 1999-2023 by The D Language Foundation
34
36 http://code.dlang.org/docs/commandline ⟨⟩
37
39 dub(1), dub-add-override(1), dub-list-overrides(1)
40
41
42
43The D Language Foundation 2023-07-24 DUB-REMOVE-OVERRIDE(1)