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

EXIT STATUS

21       0      DUB succeeded
22
23       1      usage errors, unknown command line flags
24
25       2      package not found, package failed to load, miscellaneous error
26

FILES

28       dub.sdl, dub.json
29

AUTHOR

31       Copyright (c) 1999-2023 by The D Language Foundation
32

ONLINE DOCUMENTATION

34       http://code.dlang.org/docs/commandline
35http://code.dlang.org/docs/commandline
36

SEE ALSO

38       dub(1), dub-list-overrides(1), dub-remove-override(1)
39
40
41
42The D Language Foundation         2023-03-23               DUB-ADD-OVERRIDE(1)
Impressum