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

NAME

6       dub - Package and build management system for D
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

FILES

24       dub.sdl, dub.json
25

AUTHOR

27       Copyright (c) 1999-2022 by The D Language Foundation
28

ONLINE DOCUMENTATION

30http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline
31

SEE ALSO

33       dmd(1), dub(1)
34
35
36
37The D Language Foundation         2022-01-20                      DUB-CLEAN(1)
Impressum