libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
args_info
libgit2
example
args
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) public
struct
args_info {
int
argc
;
char
**
argv
;
int
pos
;
}
Members
Variables
argc
int
argc
;
Undocumented in source.
argv
char
**
argv
;
Undocumented in source.
pos
int
pos
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
example
args
functions
ARGS_CURRENT
ARGS_INFO_INIT
is_integer
is_prefixed
match_arg_separator
match_bool_arg
match_int_arg
match_str_arg
match_uint16_arg
match_uint32_arg
optional_str_arg
strarray_from_args
structs
args_info