1DUB-ADD-OVERRIDE(1)        The D Language Foundation       DUB-ADD-OVERRIDE(1)
2
3
4

NAME

6       dub-add-override - Adds a new package override.
7

SYNOPSIS

9       dub  add-override <package> <version-spec> <target-path/target-version>
10       OPTIONS...
11

DESCRIPTION

13       This command is deprecated. Use path  based  dependency,  custom  cache
14       path, or edit `dub.selections.json` to achieve the same results.
15

OPTIONS

17       --system
18           Register system-wide instead of user-wide
19
20   COMMON OPTIONS
21       See dub(1)
22

EXIT STATUS

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

FILES

31       dub.sdl, dub.json
32

AUTHOR

34       Copyright (c) 1999-2023 by The D Language Foundation
35

ONLINE DOCUMENTATION

37       http://code.dlang.org/docs/commandline ⟨⟩
38

SEE ALSO

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)
Impressum