dvm ~master (2022-02-06T12:13:20.2715633)
Dub
Repo
Options
dvm
dvm
Options
Undocumented in source.
class
Options {
enum
indentation
;
enum
numberOfIndentations
;
enum
path
;
bool
verbose
;
bool
tango
;
bool
isDefault
;
bool
force
;
bool
decline
;
bool
latest
;
bool
compileDebug
;
version(D_LP64)
bool
is64bit
;
version(!D_LP64)
bool
is64bit
;
version(OSX)
enum
platform
;
version(!OSX && FreeBSD)
enum
platform
;
version(!OSX && !FreeBSD && linux)
enum
platform
;
version(!OSX && !FreeBSD && !linux && Windows)
enum
platform
;
static
Options
instance
();
Shell
shell
();
}
Members
Functions
shell
Shell
shell
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
indentation
enum
indentation
;
Undocumented in source.
numberOfIndentations
enum
numberOfIndentations
;
Undocumented in source.
path
enum
path
;
Undocumented in source.
platform
enum
platform
;
Undocumented in source.
platform
enum
platform
;
Undocumented in source.
platform
enum
platform
;
Undocumented in source.
platform
enum
platform
;
Undocumented in source.
Static functions
instance
Options
instance
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
compileDebug
bool
compileDebug
;
Undocumented in source.
decline
bool
decline
;
Undocumented in source.
force
bool
force
;
Undocumented in source.
is64bit
bool
is64bit
;
Undocumented in source.
is64bit
bool
is64bit
;
Undocumented in source.
isDefault
bool
isDefault
;
Undocumented in source.
latest
bool
latest
;
Undocumented in source.
tango
bool
tango
;
Undocumented in source.
verbose
bool
verbose
;
Undocumented in source.
Meta
Source
See Implementation
dvm
dvm
Options
classes
Options
enums
Shell