cobox-wm ~develop (2022-04-23T20:02:44.0080431)
Dub
Repo
CboxOptions
cli
options
Undocumented in source.
class
CboxOptions {
string
cboxhome
;
CFInfo
*
keys
;
CFInfo
*
startup
;
this
();
void
update
();
void
setupConfigFiles
();
int
parse
(string[] args);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
parse
int
parse
(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
setupConfigFiles
void
setupConfigFiles
()
* setup the configutation files in * home directory
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cboxhome
string
cboxhome
;
Undocumented in source.
keys
CFInfo
*
keys
;
Undocumented in source.
startup
CFInfo
*
startup
;
Undocumented in source.
Meta
Source
See Implementation
cli
options
classes
CboxOptions
structs
CFInfo