1DUB-LIST(1) The D Language Foundation DUB-LIST(1)
2
3
4
6 dub-list - Prints a list of all or selected local packages dub is aware
7 of
8
10 dub list [<package>[@<version-spec>]] OPTIONS...
11
13 Prints a list of all or selected local packages. This includes all
14 cached packages (user or system wide), all packages in the package
15 search paths ("dub add-path") and all manually registered packages
16 ("dub add-local"). If a package (and optionally a version spec) is
17 specified, only matching packages are shown.
18
20 COMMON OPTIONS
21 See dub(1)
22
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
31 dub.sdl, dub.json
32
34 Copyright (c) 1999-2023 by The D Language Foundation
35
37 http://code.dlang.org/docs/commandline ⟨⟩
38
40 dub(1), dub-search(1)
41
42
43
44The D Language Foundation 2023-07-24 DUB-LIST(1)