1DUB-CLEAN(1) The D Language Foundation DUB-CLEAN(1)
2
3
4
6 dub-clean - Removes intermediate build files and cached build results
7
9 dub clean [<package>] OPTIONS...
10
12 This command removes any cached build files of the given package(s).
13 The final target file, as well as any copyFiles are currently not re‐
14 moved.
15
16 Without arguments, the package in the current working directory will be
17 cleaned.
18
20 --all-packages
21 Cleans up *all* known packages (dub list)
22
23 COMMON OPTIONS
24 See dub(1)
25
27 0 DUB succeeded
28
29 1 usage errors, unknown command line flags
30
31 2 package not found, package failed to load, miscellaneous error
32
34 dub.sdl, dub.json
35
37 Copyright (c) 1999-2023 by The D Language Foundation
38
40 http://code.dlang.org/docs/commandline ⟨⟩
41
43 dub(1), dub-clean-caches(1), dub-remove(1)
44
45
46
47The D Language Foundation 2023-07-24 DUB-CLEAN(1)