libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
describe_options
libgit2
example
describe
describe_options represents the parsed command line options
extern (
C
) public
struct
describe_options {
const
(
char
)**
commits
;
size_t
commit_count
;
libgit2
.
describe
.
git_describe_options
describe_options
;
libgit2
.
describe
.
git_describe_format_options
format_options
;
}
Members
Variables
commit_count
size_t
commit_count
;
Undocumented in source.
commits
const
(
char
)**
commits
;
Undocumented in source.
describe_options
libgit2
.
describe
.
git_describe_options
describe_options
;
Undocumented in source.
format_options
libgit2
.
describe
.
git_describe_format_options
format_options
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
describe
functions
lg2_describe
structs
describe_options
describe_options represents the parsed command line options