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

NAME

6       dub-remove-override - Removes an existing package override.
7

SYNOPSIS

9       dub remove-override <package> <version-spec> OPTIONS...
10

DESCRIPTION

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

OPTIONS

16       --system
17           Register system-wide instead of user-wide
18

EXIT STATUS

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

FILES

27       dub.sdl, dub.json
28

AUTHOR

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

ONLINE DOCUMENTATION

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

SEE ALSO

37       dub(1), dub-add-override(1), dub-list-overrides(1)
38
39
40
41The D Language Foundation         2023-03-23            DUB-REMOVE-OVERRIDE(1)
Impressum