dsemver v1.2.1 (2021-05-06T06:39:15Z)
Dub
Repo
Options
dsemver
options
Undocumented in source.
struct
Options {
@
Arg
('p', "The path to the project the SemVer should be calculated for")
string
projectPath
;
@
Arg
('o')
string
old
;
@
Arg
('n')
string
neu
;
@
Arg
('t')
string
testParse
;
@
Arg
('l', "Compute the interface of the latest git tag as reference")
bool
buildLastestTag
;
@
Arg
('c', "Compute the next version number")
bool
buildNextSemVer
;
@
Arg
('v', "Enable verbose output")
bool
verbose
;
}
Members
Variables
buildLastestTag
bool
buildLastestTag
;
Undocumented in source.
buildNextSemVer
bool
buildNextSemVer
;
Undocumented in source.
neu
string
neu
;
Undocumented in source.
old
string
old
;
Undocumented in source.
projectPath
string
projectPath
;
Undocumented in source.
testParse
string
testParse
;
Undocumented in source.
verbose
bool
verbose
;
Undocumented in source.
Meta
Source
See Implementation
dsemver
options
functions
getOptOptions
getOptions
getWritableOptions
structs
Options