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

NAME

6       dub-clean - Removes intermediate build files and cached build results
7

SYNOPSIS

9       dub clean [<package>] OPTIONS...
10

DESCRIPTION

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

OPTIONS

20       --all-packages
21           Cleans up *all* known packages (dub list)
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
38http://code.dlang.org/docs/commandline
39

SEE ALSO

41       dub(1), dub-clean-caches(1), dub-remove(1)
42
43
44
45The D Language Foundation         2023-03-23                      DUB-CLEAN(1)
Impressum