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