cobox-wm ~develop (2022-04-23T20:02:44.0080431)
Dub
Repo
CFInfo
cli
options
Undocumented in source.
struct
CFInfo {
bool
create_file
;
immutable
string
default_name
;
immutable
string
filename
;
immutable
string
fullName
;
this
(bool cf, string dn, string fn);
}
Constructors
this
this
(bool cf, string dn, string fn)
Undocumented in source.
Members
Variables
create_file
bool
create_file
;
Undocumented in source.
default_name
string
default_name
;
Undocumented in source.
filename
string
filename
;
Undocumented in source.
fullName
string
fullName
;
Undocumented in source.
Meta
Source
See Implementation
cli
options
classes
CboxOptions
structs
CFInfo